Ticket
Get tickets
Gets the tickets in the store. Requires the stores.tickets.view permission.
get/stores/{storeId}/tickets
Path parameters
storeIdstring uuid required
The ID of the store to get the tickets in
Query parameters
subjectstring
Text search on the ticket subject (case‐insensitive contains).
status0 | 1 | 2 | 3 | 4
The different states of the ticket
Filter by ticket status (exact match on the enum name or numeric value).
customerEmailstring
Filter by the customer’s email (case‐insensitive contains).
dateFromstring date-time
Date created ≥ this value.
dateTostring date-time
Date created ≤ this value.
Filtersstring
Sortsstring
Pageinteger
PageSizeinteger
Response
The object was successfully returned.
Changes
No recorded changes to this endpoint across all 1 revision of this API.