Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.7 KB

TrashBinItem.md

File metadata and controls

20 lines (14 loc) · 1.7 KB

TrashBinItem

Resource moved to the bin, i.e. a campaign, product, SKU, or voucher.

Properties

Name Type Description Notes
id str Unique identifier of the trash bin entry. It should not be confused with the ID of the resource moved to the bin. [optional]
created_at datetime Timestamp representing the date and time when the resource was moved to the bin. The value for this parameter is shown in the ISO 8601 format. [optional]
deleted_by_user_id str Unique identifier of the user who moved the resource to the bin. It returns a user ID if the resource was moved to the bin through an action in the website. It returns a `null` if the resource was deleted through the API. [optional]
resource_id str Unique identifier of the resource moved to the bin, i.e. an ID of a campaign, product, SKU, or voucher. [optional]
resource_type str Type of the resource moved to the bin. [optional]
resource_name str Name of the resouce moved to the bin. It is the name of the campaign, product or SKU, or the voucher code. [optional]
resource_parent_id str Unique identifier of the parent resource. For a voucher, it is a campaign ID, except for standalone vouchers. For an SKU, it is the product ID. It returns `null` for campaigns and base products. [optional]
object str The type of the object represented by JSON. It is equal to the `resource_type`. [optional]

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