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

Files

Latest commit

fcb6006 · Nov 20, 2019

History

History
18 lines (10 loc) · 1 KB

SearchCatalogObjectsResponse.md

File metadata and controls

18 lines (10 loc) · 1 KB

SearchCatalogObjectsResponse

Description

Properties

Name Type Description Notes
errors List<Error> Information on any errors encountered. [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 List<CatalogObject> The CatalogObjects returned. [optional]
relatedObjects List<CatalogObject> A list of CatalogObjects referenced by the objects in the `objects` field. [optional]
latestTime 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]