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 NetSuite import integration and field mapping.
items.itemid
externalId
items.displayname
name
inventorybalance.item
levels[].skuId
locations.name
levels[].locationId
inventorybalance.quantityonhand
levels[].quantityOnHand
inventorybalance.quantityavailable
levels[].quantityReserved
onHand - available
vendors.entityid
suppliers[].externalId
transaction.tranid
purchaseOrders[].externalPoNumber
transactionline.item
purchaseOrders[].lines[].skuId
transactionline.quantity
purchaseOrders[].lines[].quantity
transactionline.rate
purchaseOrders[].lines[].unitCost
{ "purchaseOrders": [ { "externalPoNumber": "PO-100245", "supplierId": "SUP-ACME", "destinationLocationId": "DC-WEST", "status": "PENDING", "lines": [ { "skuId": "SKU-001", "quantity": 500, "unitCost": 4.25 } ] } ] }