Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.23 KB

RetrieveCatalogObjectRequest.md

File metadata and controls

11 lines (7 loc) · 1.23 KB

RetrieveCatalogObjectRequest

Properties

Name Getter Setter Type Description Notes
include_related_objects getIncludeRelatedObjects() setIncludeRelatedObjects($value) 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, CatalogTaxes, 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]

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

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