Inbound | POST | /master/virtual-sku
Summary
This API is used to create Virtual Combo SKU definition in Assure.
Description
This API will create Virtual Combo SKU definition in Assure.
Request
{ "virtualSkuDefinitions": [ { "virtualParentChannelSkuId": "virtual1", "childSkus": [ { "channelSkuCode": "SKU1", "qty": 2 }, { "channelSkuCode": "SKU2", "qty": 1 } ] } ] }
Parameter Name | Data Type | Description | Mandatory |
virtualSkuDefinitions | Object [ ] | List of virtual SKU definitions | yes |
virtualSkuDefinitions | String | SKU code of virtual SKU | yes |
virtualSkuDefinitions | Object [ ] | List of child SKUs | yes |
childSkus.channelSkuCode | String | SKU code of child SKU | yes |
childSkus.qty | Integer | Quantity of child SKU | yes |
HttpStatus : 200