Products Responses
object ProductsResponses
Contains response body models for the Products API.
Types
Link copied to clipboard
data class DeleteProductsResponse(val id: String?, val productObject: String?, val deleted: Boolean?)
Response returned when a product is successfully deleted.
Link copied to clipboard
Response returned when retrieving a paginated list of products.