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

Latest commit

 

History

History
18 lines (9 loc) · 980 Bytes

DeleteCatalogObjectResponse.md

File metadata and controls

18 lines (9 loc) · 980 Bytes

Square.Connect.Model.DeleteCatalogObjectResponse

Description

Properties

Name Type Description Notes
Errors List<Error> Information on any errors encountered. [optional]
DeletedObjectIds List The IDs of all catalog objects deleted by this request. Multiple IDs may be returned when associated objects are also deleted, for example a catalog item variation will be deleted (and its ID included in this field) when its parent catalog item is deleted. [optional]
DeletedAt string The database timestamp of this deletion in RFC 3339 format, e.g., `2016-09-04T23:59:33.123Z`. [optional]

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