Commerce Layer · Arazzo Workflow
Commerce Layer Set Order Shipping and Billing Addresses
Version 1.0.0
Create a shipping address and a billing address, then attach both to an existing order.
View Spec
View on GitHub
Headless CommerceComposable CommerceAPI-FirstEcommerceJSON:APIOAuth 2.0Multi-MarketMulti-CurrencyB2CB2BSubscriptionsPromotionsInventoryOrder ManagementCheckoutArazzoWorkflows
Provider
Workflows
order-set-addresses
Create shipping and billing addresses and attach them to an order.
Creates a shipping address and a billing address, then updates the order to reference both, returning the order status.
1
createShippingAddress
POST/addresses
Create the shipping address resource.
2
createBillingAddress
POST/addresses
Create the billing address resource.
3
attachAddresses
PATCH/orders/orderId
Patch the order to associate the shipping and billing addresses.