curl --request POST \
--url https://staging-api.covver.io/api/ext/v1/collection/{collectionId}/orders/get \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"userIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"dateRange": {
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z"
}
},
"companyId": "<string>"
}
'{
"data": [
{
"id": "<string>",
"orderLineItems": [
{
"id": "<string>",
"title": "<string>",
"quantity": 123,
"price": 123,
"retailPrice": 123,
"productTitle": "<string>",
"variantTitle": "<string>",
"productId": "<string>",
"variantId": "<string>",
"image": {
"url": "<string>",
"aspectRatio": 123
},
"personalizations": {
"name": {
"first": "<string>",
"last": "<string>",
"firstNameInitials": "<string>",
"lastNameInitials": "<string>",
"initials": "<string>",
"firstPossessive": "<string>"
},
"anniversary": {
"month": 123,
"monthPadded": "<string>",
"year": 123,
"decade": "<string>",
"years": 123,
"yearsPadded": "<string>",
"hundreds": "<string>",
"zodiac": "Capricorn",
"ordinal": "<string>",
"elapsed": "<string>",
"elapsedYears": "<string>"
},
"birth": {
"month": 123,
"monthPadded": "<string>",
"year": 123,
"decade": "<string>",
"years": 123,
"yearsPadded": "<string>",
"hundreds": "<string>",
"zodiac": "Capricorn",
"ordinal": "<string>",
"elapsed": "<string>",
"elapsedYears": "<string>"
},
"work": {
"department": "<string>",
"location": "<string>"
}
},
"sha": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"orderNumber": "<string>",
"externalId": "<string>",
"user": {
"externalId": "<string>",
"email": "<string>"
}
}
],
"count": 123
}List all orders by collection ID
curl --request POST \
--url https://staging-api.covver.io/api/ext/v1/collection/{collectionId}/orders/get \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"userIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"dateRange": {
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z"
}
},
"companyId": "<string>"
}
'{
"data": [
{
"id": "<string>",
"orderLineItems": [
{
"id": "<string>",
"title": "<string>",
"quantity": 123,
"price": 123,
"retailPrice": 123,
"productTitle": "<string>",
"variantTitle": "<string>",
"productId": "<string>",
"variantId": "<string>",
"image": {
"url": "<string>",
"aspectRatio": 123
},
"personalizations": {
"name": {
"first": "<string>",
"last": "<string>",
"firstNameInitials": "<string>",
"lastNameInitials": "<string>",
"initials": "<string>",
"firstPossessive": "<string>"
},
"anniversary": {
"month": 123,
"monthPadded": "<string>",
"year": 123,
"decade": "<string>",
"years": 123,
"yearsPadded": "<string>",
"hundreds": "<string>",
"zodiac": "Capricorn",
"ordinal": "<string>",
"elapsed": "<string>",
"elapsedYears": "<string>"
},
"birth": {
"month": 123,
"monthPadded": "<string>",
"year": 123,
"decade": "<string>",
"years": 123,
"yearsPadded": "<string>",
"hundreds": "<string>",
"zodiac": "Capricorn",
"ordinal": "<string>",
"elapsed": "<string>",
"elapsedYears": "<string>"
},
"work": {
"department": "<string>",
"location": "<string>"
}
},
"sha": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"orderNumber": "<string>",
"externalId": "<string>",
"user": {
"externalId": "<string>",
"email": "<string>"
}
}
],
"count": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Required for partners
Default Response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Capricorn, Aquarius, Pisces, Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius Show child attributes
Capricorn, Aquarius, Pisces, Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius ISO 8601 date-time, e.g. 2025-07-10T07:24:53.486Z