post https://api.essentialhub.com/api/v2/order_stores//orders//shipments
Mark an order as shipped/fulfilled in the e-commerce system and populate information about the shipment.
Log in to see full request history
Response
Mark an order as shipped/fulfilled in the e-commerce system and populate information about the shipment.
xxxxxxxxxx
10curl --request POST \
--url https://api.essentialhub.com/api/v2/order_stores/order_store_id/orders/order_number/shipments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"carrier": "4px",
"service": "collect_economy"
}
'
Try It!
to start a request and see the response here! Or choose an example: