Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

 

History

History
18 lines (9 loc) · 883 Bytes

BatchRetrieveInventoryCountsResponse.md

File metadata and controls

18 lines (9 loc) · 883 Bytes

Square.Connect.Model.BatchRetrieveInventoryCountsResponse

Description

Properties

Name Type Description Notes
Errors List<Error> Any errors that occurred during the request. [optional]
Counts List<InventoryCount> The current calculated inventory counts for the requested objects and locations. [optional]
Cursor string The pagination cursor to be used in a subsequent request. If unset, this is the final response. See the Pagination guide for more information. [optional]

[Back to Model list] [Back to API list] [Back to README]