Inbound | POST | /master/virtual-sku
...
Code Block | ||
---|---|---|
| ||
{ "virtualSkuDefinitions": [ { "virtualParentChannelSkuId": "virtual1", "virtualParentBarcode":null** "childSkus": [ { "channelSkuCode": "SKU1", "qty": 2, "barcode":null** }, { "channelSkuCode": "SKU2", "qty": 1, "barcode":null** } ] } ] } |
Parameter Name | Data Type | Description | Mandatory |
| Object [ ] | List of virtual SKU definitions | yes |
| String | SKU code of virtual SKU | yes |
| String | Parent SKU Barcode identifier | |
| Object [ ] | List of child SKUs | yes |
| String | SKU code of child SKU | yes |
| Integer | Quantity of child SKU | yes |
| String | Child SKU barcode identifier | no |
HttpStatus : 200