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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
16 lines (7 loc) · 974 Bytes

RetrieveCatalogObjectRequest.md

File metadata and controls

16 lines (7 loc) · 974 Bytes

Square.Connect.Model.RetrieveCatalogObjectRequest

Description

Properties

Name Type Description Notes
IncludeRelatedObjects bool? If `true`, the response will include additional objects that are related to the requested object, as follows: If the `object` field of the response contains a CatalogItem, its associated CatalogCategory, CatalogTax objects, CatalogImages and CatalogModifierLists will be returned in the `related_objects` field of the response. If the `object` field of the response contains a CatalogItemVariation, its parent CatalogItem will be returned in the `related_objects` field of the response. Default value: `false` [optional]

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