Types > TransferCreate
Description
Topic: Transfers
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_
Used By
Mutations
Preview (typescript)
Loading module