Inbound | POST | /master/virtual-sku
Summary
This API is used to create Virtual Combo SKU definition in Increff Omni.
Description
This API will create Virtual Combo SKU definition in Increff Omni.
Request
{ "virtualSkuDefinitions": [ { "virtualParentChannelSkuId": "virtual1", "virtualParentBarcode":null**, "virtualParentClientSkuCode":"VPClientSkuCode1" "childSkus": [ { "channelSkuCode": "SKU1", "qty": 2, "barcode":null**, "clientSkuCode":"ClientSku1" }, { "channelSkuCode": "SKU2", "qty": 1, "barcode":null**, "clientSkuCode":null } ] } ] }
Parameter Name | Data Type | Description | Mandatory |
| Object [ ] | List of virtual SKU definitions | yes |
| String | SKU code of virtual SKU | yes |
| String | no | |
| String | Code to uniquely identify a virtual parent sku at client level | no |
| Object [ ] | List of child SKUs | yes |
| String | SKU code of child SKU | yes |
| Integer | Quantity of child SKU | yes |
| String | SKU barcode identifier | no |
| String | Code to uniquely identify a child sku at client level | no |
HttpStatus : 200