Categories
Update category
Update the data of an existing category.
PATCH
You only need to send the fields you want to update.
Your store ID in Jelou Shop.
ID of the category to update.
Category name (max. 255 characters).
Category description (max. 255 characters).
Sort position (min. 0, max. 999999). Must be unique within the same level (app + parent category + branch). The value
0 is treated as “unordered”.Category status (active/inactive).
Parent category ID (for hierarchy). Must exist in the same store. A category cannot be its own parent. Send
null to make it a root category.The
name must be unique within the same level (same store, parent category and branch). Duplicating it returns a 422 error.