The Customers namespace has Entities and Operations concerned with Customer and Company management.
Documentation CustomerService (1.1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/customer/1.1/
https://customer-slug.api-se.norce.tech/commerce/customer/1.1/ListCompanyFlags
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/customer/1.1/ListCompanyFlags
Response
[ { "Id": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Group": { … } } ]
https://customer-slug.api-se.norce.tech/commerce/customer/1.1/ListCustomerFlags
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/customer/1.1/ListCustomerFlags
Response
[ { "Id": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Group": { … } } ]