Register store or branch
Environments
https://merchant.aplazo.net
Registers one or more merchant stores (branches) with Aplazo and receives corresponding Aplazo branch IDs.
Body
branchesstring[] · min: 1RequiredExample:
List of merchant's internal store names to register.
["test-store-05","test-store-06"]
Responses
200
Stores registered successfully.
application/json
post
POST /merchant/create-branch HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"branches": [
"test-store-05",
"test-store-06"
]
}
200
Stores registered successfully.
[
{
"branchId": 477,
"branchName": "test-store-05"
},
{
"branchId": 478,
"branchName": "test-store-06"
}
]
Last updated
Was this helpful?