Skip to main content
GET
/
admin
/
translations
/
{entityType}
/
{entityId}
Get Translations
curl --request GET \
  --url https://api.headlesscommerce.io/v1/admin/translations/{entityType}/{entityId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "entity_type": "<string>",
      "entity_id": "<string>",
      "locale": "<string>",
      "field": "<string>",
      "value": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

Path Parameters

entityType
string
required

Example: product, category, collection

entityId
string
required

Query Parameters

locale
string

Response

200 - application/json

Success

data
object[]