Commerce Layer · Arazzo Workflow
Commerce Layer Create Shipment for Order
Version 1.0.0
Create a shipment for an order from a stock location, then advance it toward ready to ship.
View Spec
View on GitHub
Headless CommerceComposable CommerceAPI-FirstEcommerceJSON:APIOAuth 2.0Multi-MarketMulti-CurrencyB2CB2BSubscriptionsPromotionsInventoryOrder ManagementCheckoutArazzoWorkflows
Provider
Workflows
create-shipment-for-order
Create a shipment for an order and mark it ready to ship.
Creates a shipment referencing an order and an inventory stock location, then patches it with the documented _ready_to_ship transition flag.
1
createShipment
POST/shipments
Create the shipment for the order from the stock location.
2
markReadyToShip
PATCH/shipments/shipmentId
Toggle the documented _ready_to_ship transition flag on the shipment.