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
data class ListProductsResponse(val meta: FrameMetadata? = null, val data: List<Product>? = null)

Response returned when retrieving a paginated list of products.