Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 834 Bytes

BatchDeleteCatalogObjectsRequest.md

File metadata and controls

11 lines (7 loc) · 834 Bytes

BatchDeleteCatalogObjectsRequest

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 CatalogItemVariations). [optional]

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

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