Tags
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816OK
Error response
GET /v1/stores/{storeId}/tags HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2025-11-19T15:40:12.562Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": "text",
"image_url": "text",
"enabled": true,
"updated_at": "2025-11-19T15:40:12.562Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
]An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816OK
Error response
POST /v1/stores/{storeId}/tags HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"name": "text",
"slug": "text",
"description": "text",
"enabled": true
}{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2025-11-19T15:40:12.562Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": "text",
"image_url": "text",
"enabled": true,
"updated_at": "2025-11-19T15:40:12.562Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816OK
Error response
GET /v1/stores/{storeId}/tags/{tagId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2025-11-19T15:40:12.562Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": "text",
"image_url": "text",
"enabled": true,
"updated_at": "2025-11-19T15:40:12.562Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816No Content
Error response
DELETE /v1/stores/{storeId}/tags/{tagId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816OK
Error response
PATCH /v1/stores/{storeId}/tags/{tagId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"name": "text",
"slug": "text",
"description": "text",
"enabled": true
}{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2025-11-19T15:40:12.562Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": "text",
"image_url": "text",
"enabled": true,
"updated_at": "2025-11-19T15:40:12.562Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}Gets a pre-signed upload URL for uploading an image to a tag
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816OK
Error response
GET /v1/stores/{storeId}/tags/{tagId}/image-upload-url HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"upload_url": "text"
}Finishes an image upload for a tag
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816The ID of the uploaded image returned by the server.
No Content
Error response
POST /v1/stores/{storeId}/tags/{tagId}/image-upload-finish HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"image_id": "text"
}No content
Deletes an image for a tag
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816No Content
Error response
DELETE /v1/stores/{storeId}/tags/{tagId}/image HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?
