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

Latest commit

 

History

History
15 lines (8 loc) · 777 Bytes

BatchDeleteCatalogObjectsRequest.md

File metadata and controls

15 lines (8 loc) · 777 Bytes

BatchDeleteCatalogObjectsRequest

Description

Properties

Name Getter Setter Type Description Notes
object_ids getObjectIds() setObjectIds($value) string[] The IDs of the CatalogObjects to be deleted. When an object is deleted, other objects in the graph that depend on that object will be deleted as well (for example, deleting a CatalogItem will delete its CatalogItemVariation. [optional]

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

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