post https://api.burqup.com/v1/stores
API to create a store
Log in to see full request history
Responses
API to create a store
xxxxxxxxxx
curl --request POST \
--url https://api.burqup.com/v1/stores \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"id": "string",
"object": "store",
"name": "string",
"phone_number": "string",
"merchant_account_id": "string",
"address": "string",
"unit_number": "string",
"pickup_notes": "string",
"merchant_store_id": "string",
"enable_store_payment_method": "string"
}