/
Search Bundle SKU Definition API
Search Bundle SKU Definition API
Inbound | POST | master/bundled-sku/search
Summary
This API will search a bundled sku in our system.
Description
This API will search a bundled sku in our system.
Request
{
"parentChannelSkus":[
"Sku1",
"Sku2"
]
}
Name | Data Type | Description | Mandatory |
| Object | List of parent channel sku whose definition is needed | Yes |
Response
{
"bundledSkuDefinitions":[
{
"childSkus":[
{
"channelSkuCode":"CSku1",
"qty":1,
"barcode":"12345"
}
],
"bundledParentBarcode":"987654",
"bundledParentChannelSkuId":"Sku1"
}
]
}
Name | Data Type | Description | Mandatory |
| Object | List of bundled sku definitions that needs to be searched | 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 |
, 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
Create Bundle SKU Definition API
More like this
Create Bundle SKU Definition API (Beta)
Create Bundle SKU Definition API (Beta)
More like this
Search Virtual Combo SKU Definition API
Search Virtual Combo SKU Definition API
More like this
Search SKU Masters API
Search SKU Masters API
More like this