This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/stores.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Store": {
"name": "Downtown Warehouse",
"shipping_address": "123 Commerce St, Downtown, NY 10001",
"primary": 0,
"active": 1
}
}'
{}