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

Latest commit

 

History

History
16 lines (10 loc) · 1016 Bytes

SearchCatalogObjectsResponse.md

File metadata and controls

16 lines (10 loc) · 1016 Bytes

SquareConnect.SearchCatalogObjectsResponse

Description

Properties

Name Type Description Notes
errors [Error] Any errors that occurred during the request. [optional]
cursor String The pagination cursor to be used in a subsequent request. If unset, this is the final response. See Pagination for more information. [optional]
objects [CatalogObject] The CatalogObjects returned. [optional]
related_objects [CatalogObject] A list of CatalogObjects referenced by the objects in the `objects` field. [optional]
latest_time String When the associated product catalog was last updated. Will match the value for `end_time` or `cursor` if either field is included in the `SearchCatalog` request. [optional] [beta]