Categories

CTG101: Get Categories

get
Authorizations
AuthorizationstringRequired
Header parameters
Accept-LanguagestringOptional

Specifies the communication language of the API.

Responses
chevron-right
200

OK

application/json
get
/i2/categories/

CTG102: Get Category Attributes

get
Authorizations
AuthorizationstringRequired
Path parameters
idstring · uuidRequired
Header parameters
Accept-LanguagestringOptional

Specifies the communication language of the API.

Responses
chevron-right
200

OK

application/json
keystringOptional

Unique identifier or key for the attribute.

Example: COLOR
namestringOptional

Human-readable name of the attribute.

Example: Color
data_typestring · enumOptional

Data type of the attribute.

Example: dropdownPossible values:
default_valuestringOptional

Default value for the attribute.

Default: nullExample: White
is_requiredbooleanOptional

Indicates whether the attribute is required.

Example: true
is_variantbooleanOptional

Indicates whether the attribute is a variant.

Example: true
is_offerbooleanOptional

Indicates a specific attribute that can be defined when creating a product but cannot be updated during editing.

Example: true
is_localizablebooleanOptional

Indicates whether the attribute is localizable (can have translations).

Example: true
translationsobjectOptional

Translations for the attribute name in different languages.

Default: nullExample: {"en-gb":{"name":"Colour"}}
get
/i2/categories/{id}/attributes/

CTG103: Get Category by ID

get
Authorizations
AuthorizationstringRequired
Path parameters
idstring · uuidRequired
Header parameters
Accept-LanguagestringOptional

Specifies the communication language of the API.

Responses
chevron-right
200

OK

application/json
idstring · uuidOptional

Unique identifier for the category.

Example: 07be580a-ad72-4778-b309-1d02d6c2acec
namestringOptional

Name of the category.

Example: T-Shirts
parentstring · uuidOptional

Unique identifier for the parent category.

Example: e6f871e8-7b1e-4d6e-b06d-6487a075a214
get
/i2/categories/{id}/

Last updated

Was this helpful?