- Start your Apidog journey
- Sample APIs
- Users
- Ecommerce
- Profile
- Features Group
- Features
- Order
- Order web
- Appointment
- Quotation
- Plan
- Addresses
- Watch list Web
- Dashboard Carts
- Capabilities
- Product
- Production Line
- Attribute
- Group
- Review
- Branch
- Create BranchPOST
- Update Branch By IdPUT
- Get Branch By IdGET
- Get Branch AllGET
- Get Branchs with pagination GET
- Delete Branch By IdDELETE
- Bulk Delete BranchesDELETE
- Get Web Branch By CoordinatesGET
- Get All Web Branch With PaginationGET
- Get All Web BranchGET
- Import Branch ZonesPOST
- Get Import Branch Zones ExampleGET
- Get Branch Zones FileGET
- Import Branch ProductsPOST
- Get Import Branch Products ExampleGET
- Get Branch Products FileGET
- Link To Branches
- Addons
- Get Web Product By IdGET
- Get Web Product By CriteriaGET
- Create ProductPOST
- Get Product By IdGET
- Get Product By CriteriaGET
- Link Product By Id to BranchesPUT
- Update Product By IdPUT
- Link Product By Id to Production LinePUT
- Delete Product By IdDELETE
- Delete Duplicated ProductsDELETE
- Category
- Unit
- Contact
- Payment
- Setup
- Config
- Settings
- Cart
- Ticket
- Coupon
- Checkout
- Survey
- Truncate Collection ListDELETE
- Fix Product AttributesPUT
- Files
Get Branch By Id
GET
{{ecommercev2_url}}/branches/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{ecommercev2_url}}/branches/6831bb7a46cffb4990fee8aa?query={"popFields":["products"]}' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'x-access-token;'
Response Response Example
{}
Request
Authorization
API Key
Add parameter in header
x-access-token
Example:
x-access-token: ********************
or
Path Params
id
stringÂ
required
Example:
6831bb7a46cffb4990fee8aa
Query Params
query
array[string]
optional
Example:
["{\"popFields\":[\"products\"]}"]
Header Params
x-access-token
stringÂ
required
Example:
{{admin-token}}
x-client
stringÂ
required
Example:
{{client}}
accept-language
stringÂ
required
Example:
{{acceptLanguage}}
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-06-09 15:44:07