curl --location '/v1/products/4662787/purchases?limit=50&offset=0&q=jane&sort=-datetime'{
"purchases": [
{
"orderId": 902145,
"contactId": "8f14e45f-ea9d-4a0f-9c7d-8c9a9f7f1b23",
"email": "jane.doe@example.com",
"firstname": "Jane",
"lastname": "Doe",
"datetime": "2025-06-01T14:22:05Z",
"unitPrice": 64.95,
"currency": "EUR",
"quantity": 2
}
],
"paging": {
"start": 1,
"count": 1,
"totalCount": 247
}
}