Inventory > Transfers > transfersReject
Commerce APIInventoryTransferstransfersReject
transfersReject
POST:transfers/reject.json

Description

Reject a specific inventory transfer.

Permission bit: "transfers.modify"

Topic: Transfers

Arguments

data: TransferReject!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


transfer_id: String!

Unique transfer identifier. See also: Unique Identifiers

Example: "tx_EQzGqWoY"


Data Argument Fields

line_items: [TransferLineItemCreate!]


reason: String

What happened to items?

Example: "TODO"


reject_all: Boolean

Mark all items as rejected

Example: true


Result

Transfer

Preview (typescript)

Loading module