Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Documentation ProductService (1.1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/product/1.1/
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListFlagGroups
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListFlagGroups
Response
[ { "Id": 0, "Name": "string", "Description": "string", "Code": "string" } ]
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListFlags
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListFlags
Response
[ { "Id": 0, "Name": "string", "Group": 0, "IsSelected": true } ]