Netsuite Rest Api: Sales Order Item Fulfillment
I’m battling with the item fulfillment on a Sales Order. I’m trying to partially fulfill items on the Sales Order via the Netsuite Rest Api.
Netsuite Rest Api: Sales Order Item Fulfillment
I’m battling with the item fulfillment on a Sales Order. I’m trying to partially fulfill items on the Sales Order via the Netsuite Rest Api.
Netsuite Rest Api: Item Fulfillment
I’m currently trying to fulfill an item from a Transfer Order via the Netsuite Rest Api, without any luck.
Netsuite rest api transform SO to item Fulfillment error: You must have at least one valid line item for this transaction
Netsuite rest api transform SO to item Fulfillment
NetSuite REST API Bulk/Batch Operations
I’m writing a C# library/project that will integrate the NetSuite ERP with our software. Basically the premise is that I want to be able to import and export data from NetSuite in and out of our system in bulk, since we could potentially be dealing with thousands of records. When I query the customer
endpoint, for example, it provides a list of links to each individual customer. Is there a way to hydrate those records? The hydration can work via SuiteQL, with a crude solution being something like select * from customer
, however I feel like I’m missing a first-class solution here.