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

Latest commit

 

History

History
16 lines (9 loc) · 1011 Bytes

File metadata and controls

16 lines (9 loc) · 1011 Bytes

ListCatalogRequest

squareconnect.models.list_catalog_request

Description

Properties

Name Type Description Notes
cursor str The pagination cursor returned in the previous response. Leave unset for an initial request. See Pagination for more information. [optional]
types str An optional case-insensitive, comma-separated list of object types to retrieve, for example `ITEM,ITEM_VARIATION,CATEGORY,IMAGE`. The legal values are taken from the CatalogObjectType enumeration, namely `ITEM`, `ITEM_VARIATION`, `CATEGORY`, `DISCOUNT`, `TAX`, `MODIFIER`, `MODIFIER_LIST`, or `IMAGE`. [optional]

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