Skip to end of banner
Go to start of banner

Search Virtual SKU Definition API

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/articles

Summary

This API is used to search virtual Sku definition in Omni.

Description

This API will search Virtual sku definition in Omni.

Request

{
  "parentChannelSkus": [
    "parentSku1",
    "parentSku2"
  ]
}

Parameter Name

Data Type

Description

Mandatory

parentChannelSkus

String [ ]

List of parent SKU ids

yes

Response

{
  "virtualSkuDefinitions": [
    {
      "virtualParentChannelSkuId": "parent1",
      "childSkus": [
        {
          "channelSkuCode": "sku1",
          "qty": 2
        }
      ]
    }
  ]
}

  • No labels