Run bulk partial inventory transfer for specified items
Run bulk partial inventory transfer for specified items.
Body
-
Specifies item and quantity for partial inventory transfer.
POST /V1/inventory/bulk-partial-source-transfer
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/inventory/bulk-partial-source-transfer \
-d '{"originSourceCode":"string","destinationSourceCode":"string","items":[{"sku":"string","qty":42.0}]}'
Request examples
{
"originSourceCode": "string",
"destinationSourceCode": "string",
"items": [
{
"sku": "string",
"qty": 42.0
}
]
}
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (400)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}