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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
18 lines (9 loc) · 876 Bytes

RetrieveInventoryCountResponse.md

File metadata and controls

18 lines (9 loc) · 876 Bytes

Square.Connect.Model.RetrieveInventoryCountResponse

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 object 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]