Bulk product source transfer

inventory Catalog Api Bulk Inventory Transfer V1Execute Post

Run bulk inventory transfer

post

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

Header parameters
Content-Typestring
Example: application/json
Body
object
Example: {"skus":["<string>","<string>"],"originSource":"<string>","destinationSource":"<string>","unassignFromOrigin":"<boolean>"}
Responses
curl -L \
  --request POST \
  --url 'http://{{baseurl}}/V1/inventory/bulk-product-source-transfer' \
  --header 'Content-Type: application/json' \
  --data '{
    "skus": [
      "<string>",
      "<string>"
    ],
    "originSource": "<string>",
    "destinationSource": "<string>",
    "unassignFromOrigin": "<boolean>"
  }'
true