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