DeleteProductsResponse

data class DeleteProductsResponse(val id: String?, val productObject: String?, val deleted: Boolean?)

Response returned when a product is successfully deleted.

Constructors

Link copied to clipboard
constructor(id: String?, productObject: String?, deleted: Boolean?)

Properties

Link copied to clipboard

Whether the product was successfully deleted.

Link copied to clipboard
val id: String?

The unique identifier of the deleted product.

Link copied to clipboard
@SerializedName(value = "object")
val productObject: String?

The object type identifier returned by the API (typically "product").