Provision For Store
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"storeCustomerNumber": "string",
"version": 0
}
Request samples
curl --location --request PUT 'https://mock.apidog.com/m1/365924-0-default/customers//store-provisioning' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeCustomerNumber": "string",
"version": 0
}'
Responses
application/json {
"data": {
"customerId": 0,
"storeId": 0,
"storeCustomerNumber": "string",
"version": 0
}
}
Modified at 2025-05-05 03:31:08