Description
Modify one or multiple inventory transfers.
Permission bit: "transfers.modify"
Topic: Transfers
Arguments
data: [TransferModify!]!
Main argument for mutations.
List of transfer ids. See also: Unique Identifiers
Example: ["tx_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Whether transfer is in a draft state or not
Example: true
Date and time when transfer arrival is expected
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
from_inventory_location_id: String
Unique inventory location id (source)
Example: "il_EQzGqWoY"
Valid when: from_inventory_location_id matches regexp pattern: ^il_
line_items: [TransferLineItemCreate!]
Arbitrary reference string
Example: "5435345"
Valid when: reference's length doesn't exceed 250 characters
to_inventory_location_id: String
Unique inventory location id (destination)
Example: "il_EQzGqWoY"
Valid when: to_inventory_location_id matches regexp pattern: ^il_
Result
[Transfer!]
Preview (typescript)
Loading module