v1

latestOpenAPI 3.1.02026-07-24531573.9 KB
Categories

Update a product category

Updates a product category with the provided category ID.

put/categories/{id}

Request body

titlestring

The title of the product category.

placementinteger

Ranking of the product category in the shop. Accepts values in accordance with the number of categories in the shop. When an allocated placement value is send, following placement values shift.

Response

OK

idstring

The ID of the product category.

titlestring

The title of the product category.

placementinteger

Ranking of the product category in the shop. Returns "1" for the first category, increments accordingly.