Skip to main content
PATCH
You only need to send the fields you want to update.
string
required
Your store ID in Jelou Shop.
integer
required
ID of the category to update.
string
Category name (max. 255 characters).
string
Category description (max. 255 characters).
integer
Sort position (min. 0, max. 999999). Must be unique within the same level (app + parent category + branch). The value 0 is treated as “unordered”.
boolean
Category status (active/inactive).
integer
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.