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

Latest commit

 

History

History
18 lines (9 loc) · 870 Bytes

RetrieveInventoryChangesResponse.md

File metadata and controls

18 lines (9 loc) · 870 Bytes

Square.Connect.Model.RetrieveInventoryChangesResponse

Description

Properties

Name Type Description Notes
Errors List<Error> Any errors that occurred during the request. [optional]
Changes List<InventoryChange> The set of inventory changes 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]