Inventory Transfer Remove Items User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (InventoryTransferRemoveItemsUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Inventory
Transfer Remove Items User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- inventoryTransferRemoveItems (InventoryTransferRemoveItemsPayload)
- •mutation
This mutation removes
s, or portions of them, from aDRAFTorREADY_TO_SHIPTransfer.For each referenced line item, if its entire quantity is still unallocated to a shipment, the line item is removed; otherwise the line item remains on the transfer with its quantity reduced to the allocated portion. Quantity allocated to a shipment (whether the shipment is in draft, in transit, or already received) is preserved.
On
READY_TO_SHIPtransfers, removing items also returns the affected reserved quantity to available inventory at the origin location.To change the quantity of a line item without removing it, use
.- Anchor to inputinput•Inventory
Transfer Remove Items Input! required The input fields for the InventoryTransferRemoveItems mutation.
Arguments