Bulk partial source transfer

inventory Catalog Api Bulk Partial Inventory Transfer V1Execute Post

post

Run bulk partial inventory transfer for specified items.

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"originSourceCode":"<string>","destinationSourceCode":"<string>","items":[{"sku":"<string>","qty":"<number>"},{"sku":"<string>","qty":"<number>"}]}
Responses
400

Bad Request

application/json
Responseobject
post
POST /V1/inventory/bulk-partial-source-transfer HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 148

{
  "originSourceCode": "<string>",
  "destinationSourceCode": "<string>",
  "items": [
    {
      "sku": "<string>",
      "qty": "<number>"
    },
    {
      "sku": "<string>",
      "qty": "<number>"
    }
  ]
}
{
  "message": "sint adipisicing officia veniam",
  "errors": [
    {
      "message": "anim exercitation officia proident",
      "parameters": [
        {
          "resources": "ullamco dolore velit",
          "fieldName": "sint",
          "fieldValue": "aliqua sit"
        },
        {
          "resources": "mollit nisi",
          "fieldName": "adipisicing quis sit",
          "fieldValue": "irure ut sint"
        }
      ]
    },
    {
      "message": "consectetur dolor velit",
      "parameters": [
        {
          "resources": "ad",
          "fieldName": "id ad exercitation aliqua",
          "fieldValue": "ullamco labore culpa sunt"
        },
        {
          "resources": "aliqua Ut sunt",
          "fieldName": "ea qui ipsum incididunt deserunt",
          "fieldValue": "aliquip mollit"
        }
      ]
    }
  ],
  "code": -28507465,
  "parameters": [
    {
      "resources": "reprehe",
      "fieldName": "labore c",
      "fieldValue": "am"
    },
    {
      "resources": "et magna",
      "fieldName": "ea ipsum ut",
      "fieldValue": "consectetur proident ex"
    }
  ],
  "trace": "occaecat deserunt"
}