v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product

List product texts

The different product descriptions in all available locales for each of the shops.

get/api/v1/products/{id}/texts

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Query parameters

key'language' | 'shopId' | 'isActive'
op'equals' | 'notEquals' | 'in' | 'notIn' | 'exactlyIn' | 'allIn' | 'allNotIn' | 'contains' | 'notContains' | 'startsWith' | 'endsWith' | 'greaterThan' | 'lessThan' | 'is' | 'lessThanOrEquals' | 'greaterThanOrEquals'
field'id' | 'shopId' | 'language'
dir'asc' | 'desc'

Response

Operation completed successfully.

Example response

{
  "data": [
    {
      "id": 1,
      "name": "test",
      "shortDescription": "shortDescription",
      "description": "description",
      "shopDescription": "shopDescription",
      "metaTitle": "metaTitle",
      "metaDescription": "metaDescription",
      "metaKeywords": "metaKeywords",
      "inCatalog": true,
      "catalogName": "catalogName",
      "catalogText": "catalogText",
      "product": {
        "id": 1
      },
      "shop": {
        "id": 1
      },
      "language": {
        "iso2": "DE"
      }
    }
  ],
  "extra": {
    "totalCount": 1,
    "page": {
      "number": 1,
      "size": 10
    }
  }
}