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

Latest commit

 

History

History
17 lines (10 loc) · 860 Bytes

BatchRetrieveInventoryChangesResponse.md

File metadata and controls

17 lines (10 loc) · 860 Bytes

BatchRetrieveInventoryChangesResponse

squareconnect.models.batch_retrieve_inventory_changes_response

Description

Properties

Name Type Description Notes
errors list[Error] Any errors that occurred during the request. [optional]
changes list[InventoryChange] The current calculated inventory changes for the requested objects 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]