BatchRetrieveInventoryCountsResponse
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
errors |
?(Error[]) |
Optional | Any errors that occurred during the request. | getErrors(): ?array | setErrors(?array errors): void |
counts |
?(InventoryCount[]) |
Optional | The current calculated inventory counts for the requested objects and locations. |
getCounts(): ?array | setCounts(?array counts): void |
cursor |
?string |
Optional | The pagination cursor to be used in a subsequent request. If unset, this is the final response. See the Pagination guide for more information. |
getCursor(): ?string | setCursor(?string cursor): void |
{
"counts": [
{
"calculated_at": "2016-11-16T22:28:01.223Z",
"catalog_object_id": "W62UWFY35CWMYGVWK6TWJDNI",
"catalog_object_type": "ITEM_VARIATION",
"location_id": "59TNP9SA8VGDA",
"quantity": "79",
"state": "IN_STOCK"
}
],
"errors": [],
"cursor": "cursor8"
}