Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 846 Bytes

SearchCatalogItemsResponse.md

File metadata and controls

12 lines (9 loc) · 846 Bytes

SearchCatalogItemsResponse

Properties

Name Type Description Notes
Errors []ModelError Any errors that occurred during the request. [optional] [default to null]
Items []CatalogObject Returned items matching the specified query expressions. [optional] [default to null]
Cursor string Pagination token used in the next request to return more of the search result. [optional] [default to null]
MatchedVariationIds []string Ids of returned item variations matching the specified query expression. [optional] [default to null]

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