ReDoc documentation

inventory/bulk-product-source-transfer

inventory/bulk-product-source-transfer

post/V1/inventory/bulk-product-source-transfer

Run bulk inventory transfer

Request
Request Body schema:
destinationSource
required
string
originSource
required
string
skus
required
Array of strings
unassignFromOrigin
required
boolean
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "skus": [
    ],
  • "originSource": "string",
  • "destinationSource": "string",
  • "unassignFromOrigin": true
}
Response samples
true