Tier Groups
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816OK
411486491630370816411486491630370816The name of the tier group.
When the tier group was created.
When was the tier group last updated.
Error response
GET /v1/stores/{storeId}/tier-groups HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
]An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816The name of the tier group.
OK
411486491630370816411486491630370816The name of the tier group.
When the tier group was created.
When was the tier group last updated.
Error response
POST /v1/stores/{storeId}/tier-groups HTTP/1.1
Authorization: APIKey TOKEN_HERE
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816OK
411486491630370816411486491630370816The name of the tier group.
When the tier group was created.
When was the tier group last updated.
Error response
GET /v1/stores/{storeId}/tier-groups/{tierGroupId} HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816No Content
No content
Error response
DELETE /v1/stores/{storeId}/tier-groups/{tierGroupId} HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
No content
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816The name of the tier group.
OK
411486491630370816411486491630370816The name of the tier group.
When the tier group was created.
When was the tier group last updated.
Error response
PATCH /v1/stores/{storeId}/tier-groups/{tierGroupId} HTTP/1.1
Authorization: APIKey TOKEN_HERE
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}Last updated
Was this helpful?
