Inventory Transfer Line Item Update
Requires access scope.
Represents an update to a single transfer line item.
Anchor to FieldsFields
- Anchor to deltaQuantitydelta•Int
Quantity The delta quantity for the transfer line item.
- Anchor to inventoryItemIdinventory•ID
Item Id The inventory item ID for the transfer line item.
- Anchor to newQuantitynew•Int
Quantity The new quantity for the transfer line item.
Anchor to MutationsMutations
- •mutation
This mutation allows removing the shippable quantities of line items on a Transfer. It removes all quantities of the item from the transfer that are not associated with shipments.
- Anchor to inputinput•Inventory
Transfer Remove Items Input!required The input fields for the InventoryTransferRemoveItems mutation.
Arguments
- Anchor to inventoryTransferinventory•Inventory
Transfer Transfer The transfer with line items removed.
- Anchor to removedQuantitiesremoved•[Inventory
Quantities Transfer Line Item Update!] The line items that have had their shippable quantity removed.
- Anchor to userErrorsuser•[Inventory
Errors Transfer Remove Items User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
This mutation allows for the setting of line items on a Transfer. Will replace the items already set, if any.
- Anchor to inputinput•Inventory
Transfer Set Items Input!required The input fields for the InventoryTransferSetItems mutation.
Arguments
- Anchor to inventoryTransferinventory•Inventory
Transfer Transfer The Transfer with its line items updated.
- Anchor to updatedLineItemsupdated•[Inventory
Line Items Transfer Line Item Update!] The updated line items.
- Anchor to userErrorsuser•[Inventory
Errors Transfer Set Items User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields