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

Latest commit

 

History

History
16 lines (9 loc) · 1.24 KB

BatchRetrieveCatalogObjectsRequest.md

File metadata and controls

16 lines (9 loc) · 1.24 KB

BatchRetrieveCatalogObjectsRequest

Description

Properties

Name Getter Setter Type Description Notes
object_ids getObjectIds() setObjectIds($value) string[] The IDs of the CatalogObjects to be retrieved.
include_related_objects getIncludeRelatedObjects() setIncludeRelatedObjects($value) 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 objects, CatalogTax objects, CatalogImage objects 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]

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

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