Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 841 Bytes

RetrieveInventoryCountResponse.md

File metadata and controls

17 lines (10 loc) · 841 Bytes

RetrieveInventoryCountResponse

squareconnect.models.retrieve_inventory_count_response

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 str The pagination cursor to be used in a subsequent request. If unset, this is the final response. See Pagination for more information. [optional]

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