| 1 |
# RetrieveInventoryCountRequest |
| 2 |
|
| 3 |
### Description |
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
## Properties |
| 8 |
Name | Getter | Setter | Type | Description | Notes |
| 9 |
------------ | ------------- | ------------- | ------------- | ------------- | ------------- |
| 10 |
**location_ids** | getLocationIds() | setLocationIds($value) | **string** | The [](#type-locationLocation](#type-location](#type-location) IDs to look up as a comma-separated list. An empty list queries all locations. | [optional] |
| 11 |
**cursor** | getCursor() | setCursor($value) | **string** | A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query. See [](/basics/api101/paginationPagination](/basics/api101/pagination](/basics/api101/pagination) for more information. | [optional] |
| 12 |
|
| 13 |
Note: All properties are protected and only accessed via getters and setters. |
| 14 |
|
| 15 |
[](../../README.md#documentation-for-models[Back to Model list]](../../README.md#documentation-for-models](../../README.md#documentation-for-models) [](../../README.md#documentation-for-api-endpoints[Back to API list]](../../README.md#documentation-for-api-endpoints](../../README.md#documentation-for-api-endpoints) [](../../README.md[Back to README]](../../README.md](../../README.md) |
| 16 |
|
| 17 |
|