v1

latestOpenAPI 3.0.12026-07-26381328555.2 KB
BlanketOrder

Update an item on a Blanket Order

Update an item on a Blanket Order.

put/commerce/blanketorders/{blanketOrderId}/items/{itemId}

Path parameters

blanketOrderIdstring required
itemIdstring required

Query parameters

responseFieldsstring

limits which fields are returned in the response body

Request body

consumedQuantityinteger

Total quantity consumed by call-off orders. System-managed.

idstring nullable

Unique identifier for this line. System-supplied.

lineIdinteger nullable

Auto-assigned sequential line number within the order.

quantityinteger

Total committed quantity for this product line.

remainingQuantityinteger

Remaining available quantity (Quantity - ConsumedQuantity). System-managed.

statusstring nullable

Current line status managed by the line-level transition table.

unitPricenumber double

Agreed unit price for this product line.

Response

OK

consumedQuantityinteger

Total quantity consumed by call-off orders. System-managed.

idstring nullable

Unique identifier for this line. System-supplied.

lineIdinteger nullable

Auto-assigned sequential line number within the order.

quantityinteger

Total committed quantity for this product line.

remainingQuantityinteger

Remaining available quantity (Quantity - ConsumedQuantity). System-managed.

statusstring nullable

Current line status managed by the line-level transition table.

unitPricenumber double

Agreed unit price for this product line.