How do I update order attributes in WMS with a single API using Order Number as a key
Summary:
We have several order attributes we need to update in WMS after OTM plans a shipment, primarily the ShipVia and RefNum, though there could be others. Currently we have to update the ShipVia, make a GET API call to get the order ID using the order number as a filter, and then use that orderID in a final API call to update RefNum. So for any given order, we are forced to make 3 API calls. This isn't efficient nor is it economical given the large number of orders we have to update in this CPG company.
Content (please ensure you mask any confidential information):
0