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",
          "clientSkuCode":"ClientSku1"
        }
      ],
      "bundledParentBarcode":"12345678",
      "bundledParentChannelSkuId":"PChannelSku1",
      "bundledParentClientSkuCode":"PClientSku1"
    }
  ]
}
Name Data Type Description Mandatory
bundledSkuDefinitions Object List of bundled sku definitions that need to be created Yes
childSkus Object List of it's Child sku definition Yes
childSkus.channelSkuCode String Unique identifier for the child sku at channel No
childSkus.qty Integer Quantity of child sku No
childSkus.barcode String Unique identifier for the child sku for client No
childSkus.clientSkuCode String Unique identifier for a child sku at client’s end No
bundledParentBarcode String Unique identifier for the parent bundle sku at channel No
bundledParentChannelSkuId String Unique identifier for the parent bundle sku for client Yes
bundledParentClientSkuCode String Unique identifier for a parent bundle sku at client’s end No

Response

Empty Body

Http Status : 200