Skip to content

List voucher batches

GET
/shops/{id}/vouchers/batches
curl --request GET \
--url https://example.com/shops/example/vouchers/batches
id
required
string
Media type application/json
Array<object>
object
id
required
string
voucher_pool_id
required
Any of:
string
type
required
Any of:
string
value
required
Any of:
Any of:
number
unit
required
Any of:
string
conditions
required
Any of:
string
created_at
required
string
updated_at
required
string
expires_at
required
Any of:
string
deleted_at
required
Any of:
string
Example
[
{
"value": "NaN"
}
]