Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.19 KB

BatchRetrieveCatalogObjectsRequest.md

File metadata and controls

16 lines (9 loc) · 1.19 KB

BatchRetrieveCatalogObjectsRequest

squareconnect.models.batch_retrieve_catalog_objects_request

Description

Properties

Name Type Description Notes
object_ids list[str] The IDs of the CatalogObjects to be retrieved.
include_related_objects bool If `true`, the response will include additional objects that are related to the requested objects, as follows: If the `objects` field of the response contains a CatalogItem, its associated CatalogCategory, CatalogTaxes, and CatalogModifierLists will be returned in the `related_objects` field of the response. If the `objects` field of the response contains a CatalogItemVariation, its parent CatalogItem will be returned in the `related_objects` field of the response. [optional]

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