Description
Topic: Transfers
Fields
Date and time item was added to inventory
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
created_by: User
User who created this transfer
Expandable
Permission bit: "users.read"
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: InventoryLocation
Inventory location to transfer item from
Expandable
Permission bit: "inventory_locations.read"
Unique transfer identifier. See also: Unique Identifiers
Example: "tx_EQzGqWoY"
line_items: [TransferLineItem!]!
Transfer sequential number
Example: 1
Arbitrary reference string
Example: "5435345"
status: TransferStatus!
Status of the transfer
Example: "not_received"
to_inventory_location: InventoryLocation
Inventory location to transfer item to
Expandable
Permission bit: "inventory_locations.read"
Date and time when the order was last modified
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Used By
Mutations
transfersClose, transfersCreate, transfersModify, transfersOpen, transfersReceive, transfersReject
Queries
Types
TransferExpandableItems, TransferPage, TransferSearchResult, UnifiedSearchResult
Preview (typescript)
Loading module