Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.2 KB

ListCatalogRequest.md

File metadata and controls

12 lines (8 loc) · 1.2 KB

ListCatalogRequest

Properties

Name Getter Setter Type Description Notes
cursor getCursor() setCursor($value) string The pagination cursor returned in the previous response. Leave unset for an initial request. See Paginating results for more information. [optional]
types getTypes() setTypes($value) string An optional case-insensitive, comma-separated list of object types to retrieve, for example `ITEM,ITEM_VARIATION,CATEGORY`. The legal values are taken from the CatalogObjectType enumeration, namely `"ITEM"`, `"ITEM_VARIATION"`, `"CATEGORY"`, `"DISCOUNT"`, `"TAX"`, `"MODIFIER"`, or `"MODIFIER_LIST"`. [optional]

Note: All properties are protected and only accessed via getters and setters.

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