Fulfillment Request Statuses

Fulfillment requests can have one of the following statuses:

Updating Fulfillment Request Status in NetSuite via SuiteScript

To update the status of a Fulfillment Request, use the transtatus field

record.setValue({

 fieldId: ‘transtatus’,

 value: ‘B’ // ‘B’ typically represents “Pending Fulfillment”

});

Leave a comment

Your email address will not be published. Required fields are marked *