Dashboard > ChannelAdvisor Developer Network > ... > Inventory Service Objects > InventoryItemCriteria
Log In   View a printable version of the current page.
InventoryItemCriteria
Added by Andy Berryman, last edited by Andy Berryman on Nov 08, 2008  (view change)
Labels: 
(None)


Overview

Contains all the possible filter properties for Inventory Item retrieval methods.

Fields

Field Name
Data Type Description Notes / Constraints
DateRangeField InventoryItemDateRangeField Specifies the Date Field property of an Inventory Item to filter on MUST be set in order to use the DateRangeStartGMT and DateRangeEndGMT fields
DateRangeStartGMT DateTime    
DateRangeEndGMT DateTime    
PartialSku string Use this field if you want to find a partial string with your Sku values. No wildcards are necessary or supported.
SkuStartsWith string Use this field if you want to find all of your Skus that start with a specific value. No wildcards are necessary or supported.

Cannot be used in conjunction with PartialSku.
SkuEndsWith string Use this field if you want to find all of your Skus that end with a specific value. No wildcards are necessary or supported.

Cannot be used in conjunction with PartialSku.
ClassificationName string Use this field if you want to find all of your Skus assigned to a specific Classification.  
LabelName string Use this field if you want to find all of your Skus assigned to a specific Label.  
PageNumber * integer    
PageSize * integer   Maximum allowed value is 100

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

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators