Skip to main content
PATCH
Error

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

category_id
string
required

Category ID

Body

application/json

Category data

childless
boolean
cover_id
string

CoverID controls the category's cover image. When omitted, the cover is not changed. When set to a UUID, the image is validated and assigned. When set to null, the cover is removed.

google_product_category_id
string
name
string
parent_id
string
slug
string
sort_order
integer
Required range: x >= 0
status
enum<string>
Available options:
active,
draft,
inactive
translations
object

Response

The category

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