Sha256: 6b9f12004580c86290ea8071a7c31ede9e3e1e984875e1b917f653b1043dbb06
Contents?: true
Size: 959 Bytes
Versions: 14
Compression:
Stored size: 959 Bytes
Contents
# SquareConnect::BatchRetrieveInventoryCountsRequest ### Description ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **catalog_object_ids** | **Array<String>** | Filters results by [CatalogObject](#type-catalogobject) ID. Only applied when set. Default: unset. | [optional] **location_ids** | **Array<String>** | Filters results by [Location](#type-location) ID. Only applied when set. Default: unset. | [optional] **updated_after** | **String** | Provided as an RFC 3339 timestamp. Returns results whose `calculated_at` value is after the given time. Default: UNIX epoch (`1970-01-01T00:00:00Z`). | [optional] **cursor** | **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 [Pagination](/basics/api101/pagination) for more information. | [optional]
Version data entries
14 entries across 14 versions & 1 rubygems