Skip to main content
PATCH
/
api
/
v1
/
{team_slug}
/
{app_slug}
/
categories
/
bulk
Error
A valid request URL is required to generate request examples
{
  "data": {
    "failed": [
      {
        "id": "<string>",
        "reason": "<string>"
      }
    ],
    "successful": [
      {
        "attributes": [
          {
            "created_at": "<string>",
            "description": "<string>",
            "filterable": true,
            "id": "<string>",
            "key": "<string>",
            "name": "<string>",
            "template_key": "<string>",
            "template_name": "<string>",
            "translatable": true,
            "translations": {
              "description": [
                {
                  "id": "<string>",
                  "locale": "<string>",
                  "value": "<string>"
                }
              ],
              "name": [
                {
                  "id": "<string>",
                  "locale": "<string>",
                  "value": "<string>"
                }
              ]
            },
            "updated_at": "<string>",
            "values": {}
          }
        ],
        "children": "<array>",
        "cover_url": "<string>",
        "created_at": "<string>",
        "google_product_category_id": "<string>",
        "id": "<string>",
        "name": "<string>",
        "parent_id": "<string>",
        "redirects": [
          {
            "id": "<string>",
            "item_id": "<string>",
            "locale": "<string>",
            "new_slug": "<string>",
            "old_slug": "<string>"
          }
        ],
        "slug": "<string>",
        "sort_order": 123,
        "status": "<string>",
        "translations": {
          "name": [
            {
              "id": "<string>",
              "locale": "<string>",
              "value": "<string>"
            }
          ],
          "slug": [
            {
              "id": "<string>",
              "locale": "<string>",
              "value": "<string>"
            }
          ]
        },
        "updated_at": "<string>",
        "uri": "<string>"
      }
    ]
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

Body

application/json

Categories data to update

categories
object[]
required
Maximum array length: 50

Response

Categories updated successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean