Commerce Layer · Arazzo Workflow
Commerce Layer Add Line Item and Read It Back
Version 1.0.0
Add a SKU line item to an existing order and retrieve the created line item.
View Spec
View on GitHub
Headless CommerceComposable CommerceAPI-FirstEcommerceJSON:APIOAuth 2.0Multi-MarketMulti-CurrencyB2CB2BSubscriptionsPromotionsInventoryOrder ManagementCheckoutArazzoWorkflows
Provider
Workflows
add-line-item-get-line-item
Add a SKU line item to an order and read it back.
Creates a line item on the supplied order, then retrieves the line item to expose its resolved pricing attributes.
1
addLineItem
POST/line_items
Add the SKU line item to the supplied order.
2
getLineItem
GET/line_items/lineItemId
Retrieve the created line item to read its resolved attributes.