Skip to end of banner
Go to start of banner

Search Bundle SKU Definition API (Beta)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Inbound | POST | master/bundled-sku/search

Summary

This API will search a bundled sku in our system.

Description

This API will search a bundled sku in our system.

Request

{
  "parentChannelSkus":[
    "Sku1",
    "Sku2" 
  ]
}

Name

Data Type

Description

Mandatory

parentChannelSkus

Object

List of parent channel sku whose definition is needed

Yes

Response

{
  "bundledSkuDefinitions":[
    {
      "childSkus":[
        {
          channelSkuCode":"CSku1",
          "qty":1,
          "barcode":"12345"
        }
      ],
      "bundledParentBarcode":"987654",
      "bundledParentChannelSkuId":"Sku1"
    }
  ]
}

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

bundledParentBarcode

String

Unique identifier for the parent bundle sku at channel

No

bundledParentChannelSkuId

String

Unique identifier for the parent bundle sku for client

Yes

  • No labels