Overview
Retrieve the Classification Attributes for an Inventory Item.
Request
Field Name |
Data Type |
Description |
| accountID * |
string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| sku * |
string |
Unique identifier for an inventory item. |
Response
Field Name |
Data Type |
Description |
| GetInventoryItemClassificationAttributeListResult |
APIResult<ClassificationAttributeInfo[]> |
If the Status property of the return object is set to Success, then the ResultData property will be set to an Array of objects containing the Classification Attributes (Name-Value pair) for the specified Sku. |
Notes
- * Indicates a REQUIRED Field ... Fields that are NOT required may be set to a null value or left out of a manually built SOAP packet
References