master
Customer information at each of your stores. Used to analyse repeat customers and basket analysis.
Request
Body Params application/json
array of:
customer_store_code
string
requiredCustomer code specific to a customer at each store
Unique customer id across your entire business.
true if the customer is another store in your own business. Defaults to false.
The id of the store that is also a customer. Ignored if is_store is set to false.
Request samples
curl --location --request POST 'https://test.your-api-server.com/master/customer_master/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04