Overview
Retrieve a list of SKUs based on the specified filter.
Request
Field Name |
Data Type |
Description |
| accountID * |
string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| itemCriteria * |
InventoryItemCriteria |
Specifies the filter criteria to use when retrieving the list of results |
| sortField |
InventoryItemSortField |
Specifies the Inventory Item property to sort the results by |
| sortDirection |
SortDirection |
Specifies the direction to sort the results |
Response
Field Name |
Data Type |
Description |
| GetFilteredSkuListResult |
APIResult<string[]> |
If the Status property of the return object is set to Success, then the ResultData property will be set to an array of SKU values for the specified criteria. |
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