Add Fulfillment Info to Order via API

I’m using the REST API to GET orders and extract shipping address for shipping.

Is there any way to update the order with the fulfillment information after I ship?

Looking to post back tracking number, shipment cost, ship date, etc.

Hi @dbJones, we currently don’t have a way to update orders via the REST API. You would need to use DataService.update in the XML-RPC API in order to update an order. You can find the docs for that call here and table schema for the Job table (orders) here.