Skip to main content
POST
string
required
Your store ID in Jelou Shop.
string
required
Branch name (max. 255 characters).
string
required
Unique branch code within the store (max. 255 characters).
string
Branch address (max. 255 characters).
string
Branch phone number (max. 255 characters).
boolean
default:"true"
Branch status (active/inactive).
object
JSON object with custom branch properties. You can include any of your own keys; the language key is validated.
The code must be unique per store. If you try to create two branches with the same code in the same store, you will receive a validation error.
Batch operations: you can manage multiple branches in a single call using the /ecommerce/v2/apps/{app_id}/branches/batch endpoint:
  • POST — create multiple branches with a { "resources": [ { ... }, { ... } ] } body.
  • PATCH — update multiple branches with { "resources": { "<branch_id>": { ... } } }.
  • DELETE — delete multiple branches with { "resources": ["<branch_id>", "<branch_id>"] }.
The batch response returns the affected branches inside data.