Skip to content

Documentation ProductService (1.1)

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.norce.tech/commerce/product/1.1/

Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListFlagGroups

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id of the flagGroup.

Namestring

The Name of the flagGroup. MaxLength: 50.

Descriptionstring

The Description of the flagGroup. MaxLength: 500.

Codestring

The external Code for the flagGroup. MaxLength: 500.

]
Response
[ { "Id": 0, "Name": "string", "Description": "string", "Code": "string" } ]

Request

Reference list of Product Flags.

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListFlags

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id of the Flag.

Namestring

The Name of the Flag. MaxLength: 50.

Groupinteger(int32)

The GroupId of the Flag.

IsSelectedboolean

Indicates if the Flag is selected or not.

]
Response
[ { "Id": 0, "Name": "string", "Group": 0, "IsSelected": true } ]
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations