Global API
...
Requests
Purchase Order

Create

1min

To create a Purchase Order in NetSuite, use action as "createPurchaseOrder" and pass the Purchase Order data in the requestJSON under "purchaseOrders".

Note: You can only create one record at a time.

The following is an example of create Purchase Order where we are setting every possible field (See Purchase Order for the available fields). The response will return the response back from NetSuite, which includes the new NetSuite Purchase Order Id (internalId), plus the newly created Salesforce Purchase Order Id (salesforceID)

Request
Response