Branches
Create Branch
POST/branches
This endpoint allows you to create a new branch and return the created branch id and its details.
`branches.read_write`- Branchs Read & Write
List Branches
GET/branches
This endpoint allows you to list all branches related to your store directly from this endpoint.
`branches.read`- Branches Read Only
Branch Details
GET/branches/{branch}
This endpoint allows you to return the complete details for a specific branch by passing the branch as a path parameter.
`branches.read`- Branches R...
Update Branch
PUT/branches/{branch}
This endpoint allows you to update branch details by passing the branch as a path parameter.
`branches.read_write`- Branchs Read & Write
Delete Branch
DELETE/branches/{branch}
This endpoint allows you to delete a specific branch by passing the branch as a path parameter.
`branches.read_write`- Branchs Read & Write