The Applications namespace has Entities and Operations concerned with the Application as such. It contains the Application entity, Stores and other lookup data common to an Application.
COMMERCE SERVICES
/Metadata Service
/- List application flag groups
List application flags
List application flag gro...
Documentation ApplicationService (1.1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/metadata/1.1/
https://customer-slug.api-se.norce.tech/commerce/metadata/1.1/ListApplicationFlagGroups
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/metadata/1.1/ListApplicationFlagGroups
Response
[ { "Id": 0, "Value": "string", "Code": "string" } ]
https://customer-slug.api-se.norce.tech/commerce/metadata/1.1/ListApplicationFlags
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/metadata/1.1/ListApplicationFlags
Response
[ { "Id": 0, "Value": "string", "Code": "string" } ]