Inventory > Transfers > transfers
Commerce APIInventoryTransferstransfers
transfers
GET:transfers.json

Description

Get specific inventory transfers.

Permission bit: "transfers.read"

Topic: Transfers

Arguments

ids: [String!]!

List of transfer ids. See also: Unique Identifiers

Example: ["tx_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Transfer!]

Preview (typescript)

Loading module