Commerce Layer · Arazzo Workflow
Commerce Layer Refresh and Place an Order
Version 1.0.0
Refresh an order's prices and taxes, then place it once recalculated.
View Spec
View on GitHub
Headless CommerceComposable CommerceAPI-FirstEcommerceJSON:APIOAuth 2.0Multi-MarketMulti-CurrencyB2CB2BSubscriptionsPromotionsInventoryOrder ManagementCheckoutArazzoWorkflows
Provider
Workflows
order-refresh-and-place
Refresh an order's totals, then place it.
Patches the order with the documented _refresh flag to recalculate totals, then patches it again with the documented _place flag to submit it.
1
refreshOrder
PATCH/orders/orderId
Toggle the documented _refresh transition flag to recalculate the order.
2
placeOrder
PATCH/orders/orderId
Toggle the documented _place transition flag to submit the refreshed order.