This API is used to search SKU Custom Attributes inĀ Omni.
This API is used to add search SKU Custom Attributes against the provided channelSkus in Omni.
Note : Single payload can contain a maximum 5000 channelSkus.
{
"channelSkuCodes": [
"erpArticleCode1",
"erpArticleCode2"
]
}
| Parameter Name | Data Type | Description | Mandatory |
|---|---|---|---|
channelSkuCodes |
String | Code used by channel to identify an SKU | yes |
{
"skuAttributeList": [
{
"channelSkuCode": "erpArticleCode1",
"skuAttributes": {
"attribute1": "string",
"attribute10": "string",
"attribute11": "string",
"attribute12": "string",
"attribute13": "string",
"attribute14": "string",
"attribute15": "string",
"attribute2": "string",
"attribute3": "string",
"attribute4": "string",
"attribute5": "string",
"attribute6": "string",
"attribute7": "string",
"attribute8": "string",
"attribute9": "string"
}
},
{
"channelSkuCode": "erpArticleCode2",
"skuAttributes": {
"attribute1": "string",
"attribute10": "string",
"attribute11": "string",
"attribute12": "string",
"attribute13": "string",
"attribute14": "string",
"attribute15": "string",
"attribute2": "string",
"attribute3": "string",
"attribute4": "string",
"attribute5": "string",
"attribute6": "string",
"attribute7": "string",
"attribute8": "string",
"attribute9": "string"
}
}
]
}
| Parameter Name | Data Type | Description | Mandatory |
|---|---|---|---|
skuAttributeList |
Object [ ] | Code used by channel to identify an SKU | yes |
skuAttributeList.channelSkuCode |
String | SKU code of order item | yes |
skuAttributeList.skuAttributes |
Object [ ] | SKU Attributes of the product | no |
HttpStatus : 200