Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up Shopify import integration and field mapping.
variants.sku
products[].externalId
products.title
products[].name
orders.id
orders[].externalOrderId
line_items.sku
orders[].lines[].skuId
line_items.quantity
orders[].lines[].quantity
fulfillment location
orders[].lines[].locationId
inventory_levels.available
levels[].quantityOnHand
{ "orders": [ { "externalOrderId": "SHOPIFY-112233", "lines": [ { "skuId": "SKU-001", "quantity": 2, "locationId": "DC-EAST" } ] } ] }