POST:transfers/reject.json
POST:transfers/reject.json
Description
Reject a specific inventory transfer.
Permission bit: "transfers.modify"
Topic: Transfers
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Unique transfer identifier. See also: Unique Identifiers
Example: ?transfer_id=tx_EQzGqWoY
Request Body
{ "line_items": [ { "quantity": 352, "variant_id": "va_EQzGqWoY" } ], "reason": "TODO", "reject_all": true }
Response Body
Response Body Type
Loading module