List Orders
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"
]
},
"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>",
"ordinal": "<string>",
"elapsed": "<string>",
"elapsedYears": "<string>"
},
"birth": {
"month": 123,
"monthPadded": "<string>",
"year": 123,
"decade": "<string>",
"years": 123,
"yearsPadded": "<string>",
"hundreds": "<string>",
"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
}Orders
List Orders
List all orders by collection ID
POST
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
orders
/
get
List Orders
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"
]
},
"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>",
"ordinal": "<string>",
"elapsed": "<string>",
"elapsedYears": "<string>"
},
"birth": {
"month": 123,
"monthPadded": "<string>",
"year": 123,
"decade": "<string>",
"years": 123,
"yearsPadded": "<string>",
"hundreds": "<string>",
"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
}Documentation Index
Fetch the complete documentation index at: https://docs.covver.io/llms.txt
Use this file to discover all available pages before exploring further.
Date range filter is inclusive of both start and end dates and only filters via the day and not the time of day
Partners must pass in the companyId field in the body
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
⌘I

