A question that seems like it would be simple. I'v...
# suitetalkapi
l
A question that seems like it would be simple. I've got a sales order being pushed into NetSuite via SuiteTalk SOAP services. I'm trying to find a way to "Approve" the sales order from the API integration. There's a field named orderStatus that can take a variety of values, such as _pendingApproval and _pendingFulfillment. However, no matter what I pass in, the Sales Order remains in a state of needing approval. The only way around this that I've found is using a separate REST API PATCH request as described here. It seems like setting the orderStatus to _pendingFulfillment using the SOAP request should do the trick, but it doesn't. Does anyone have any insights on how to mark the sales order approved via a SOAP request?
b
what does the request look like