List a product's checkouts
list_product_checkoutsRetrieve checkouts created from a product. Filter by status and paginate results.
Instructions
List checkouts created from a product. Requires scope merchant_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| stats | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| checkouts | Yes |