02-13-2022 06:32 PM - edited 02-13-2022 06:33 PM
I am confused as to how to ship a Shopify order via the API. What is the proper sequence of steps to:
Since my customer ships via Shipstation and it gets marked as fulfilled, I know ShipStation does it. I just don't understand how to mimic those steps programmatically. For instance, if we use "shipments/createlabel", there is no way to specify the order id. If I use "orders/markedship", the "orderId" ShipStation needs is probably not the order id from the Shopify Store, but is probably the internal orderId ShipStation has.
Our plan was to do this:
So maybe our thinking is wrong. We are not new to talking to other web services, but we are new to this type of integration. Using the API is pretty easy, I was just wondering if anyone could give even a high-level best practices for offering integration to our Shopify (or any other) based customers. Maybe a better way is:
Thanks for any advice you can provide.