/
Search SKU Custom Attributes
Search SKU Custom Attributes
Inbound | POST | /master/sku-attributes/search
Summary
This API is used to search SKU Custom Attributes in Omni.
Description
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.
Request
{
"channelSkuCodes": [
"erpArticleCode1",
"erpArticleCode2"
]
}
Parameter Name | Data Type | Description | Mandatory |
| String | Code used by channel to identify an SKU | yes |
Response
{
"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 |
| Object [ ] | Code used by channel to identify an SKU | yes |
| String | SKU code of order item | yes |
| Object [ ] | SKU Attributes of the product | no |
HttpStatus : 200
, multiple selections available,
Related content
Search SKU Masters API
Search SKU Masters API
More like this
Update SKU Master API
Update SKU Master API
Read with this
Search Virtual Combo SKU Definition API
Search Virtual Combo SKU Definition API
More like this
Create SKU Masters API
Create SKU Masters API
Read with this
Search Bundle SKU Definition API (Beta)
Search Bundle SKU Definition API (Beta)
More like this
Search Bundle SKU Definition API
Search Bundle SKU Definition API
More like this