Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "bundledSkuDefinitions":[
    {
      "childSkus":[
        {
          "channelSkuCode":"CSku1",
          "qty":1,
          "barcode":"12345",
          "clientSkuCode":"ClientSku1"
        }
      ],
      "bundledParentBarcode":"987654",
      "bundledParentChannelSkuId":"Sku1",
      "bundledParentClientSkuCode":"BPClientSku1"
    }
  ]
}

Name

Data Type

Description

Mandatory

bundledSkuDefinitions

Object

List of bundled sku definitions that needs to be searched

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

bundledParentClientSkuCode

String

Unique identifier for a parent bundle sku at client’s end

No

bundledParentChannelSkuId

String

Unique identifier for the parent bundle sku for client

Yes