Branches
List branches
Returns the paginated list of branches in your store.
GET
Your store ID in Jelou Shop.
Page number to return.
Number of results per page (max. 100).
Comma-separated list of relations to include. Available:
products.Send
false to retrieve all branches without pagination.The listing is ordered by
created_at ascending. To sort by other fields (name, code, updated_at) use the Search branches endpoint with the sort parameter.Response fields
Each branch indata contains the following fields:
| Field | Type | Description |
|---|---|---|
id | string | Branch UUID |
name | string | Branch name |
code | string | Unique code within the store |
address | string | null | Branch address |
phone | string | null | Branch phone |
status | boolean | Whether the branch is active |
properties | object | null | Custom properties (includes language if set) |
products_count | integer | Number of active products linked to the branch |
created_at | string | Creation date |
updated_at | string | Last update date |