/
Create Bundle SKU Definition API
Create Bundle SKU Definition API
Inbound | POST | master/bundled-sku
Summary
This API will create a bundled sku in our system.
Description
This API will create a bundled sku in our system.
Request
{
"bundledSkuDefinitions":[
{
"childSkus":[
{
"channelSkuCode":"ChannelSku1",
"qty":1,
"barcode":"1223334444"
}
],
"bundledParentBarcode":"12345678",
"bundledParentChannelSkuId":"PChannelSku1"
}
]
}
Name | Data Type | Description | Mandatory |
| Object | List of bundled sku definitions that need to be created | Yes |
| Object | List of it's Child sku definition | Yes |
| String | Unique identifier for the child sku at channel | No |
| Integer | Quantity of child sku | No |
| String | Unique identifier for the child sku for client | No |
| String | Unique identifier for the parent bundle sku at channel | No |
| String | Unique identifier for the parent bundle sku for client | Yes |
Response
Empty Body
Http Status : 200
, multiple selections available,
Related content
Search Bundle SKU Definition API (Beta)
Search Bundle SKU Definition API (Beta)
More like this
Create Bundle SKU Definition API (Beta)
Create Bundle SKU Definition API (Beta)
More like this
Search Bundle SKU Definition API
Search Bundle SKU Definition API
More like this
Create Virtual Combo SKU Definition API
Create Virtual Combo SKU Definition API
More like this
Create Manufacturable SKU Definition API
Create Manufacturable SKU Definition API
More like this