Cancel an item on a Blanket Order
Cancel an item on a Blanket Order.
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Response
OK
A single product commitment within a Blanket Order. Each line tracks its own lifecycle independently.
Line-level extensible attributes. Use Mozu.CommerceRuntime.Contracts.BlanketOrders.BlanketOrderAttribute on
BlanketOrder.Attributes for header-level attributes.
Total quantity consumed by call-off orders. System-managed.
Unique identifier for this line. System-supplied.
Auto-assigned sequential line number within the order.
Lightweight product identity for Blanket Order Items. Extended fields are stamped from the catalog at blanket creation and carried through to consumption tracking and call-off integration.
Total committed quantity for this product line.
Remaining available quantity (Quantity - ConsumedQuantity). System-managed.
Quantity currently reserved by active call-off allocations against this blanket item. System-managed; not client-settable. Updated only via the internal consumption/ restoration ledger (BlanketOrderHandler.ConsumeAsync/RestoreAsync).
Current line status managed by the line-level transition table.
Agreed unit price for this product line.
Computed: Quantity - ReservedQuantity. The blanket's balance not yet reserved by call-off allocations. Not persisted.

