Skip to content
Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Path
idinteger(int32)required

Product flag group id

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup/{id}'

Responses

OK

Body
Idinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
IsMultipleChoiceboolean
IsActiveboolean
IsFavoriteboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(FlagGroupCultureModel)
Response
{ "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "IsFavorite": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ {} ] }

Request

Path
idinteger(int32)required

Product flag group id

Bodyrequired

Product flag group

Idinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
IsMultipleChoiceboolean
IsActiveboolean
IsFavoriteboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(FlagGroupCultureModel)
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "IsMultipleChoice": true,
    "IsActive": true,
    "IsFavorite": true,
    "Changed": "2019-08-24T14:15:22Z",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup

Responses

OK

BodyArray [
Idinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
IsMultipleChoiceboolean
IsActiveboolean
IsFavoriteboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(FlagGroupCultureModel)
]
Response
[ { "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "IsFavorite": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [] } ]

Request

Bodyrequired

Product flag group

Idinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
IsMultipleChoiceboolean
IsActiveboolean
IsFavoriteboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(FlagGroupCultureModel)
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "IsMultipleChoice": true,
    "IsActive": true,
    "IsFavorite": true,
    "Changed": "2019-08-24T14:15:22Z",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flaggroup/deleted

Responses

OK

BodyArray [
Idinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
IsMultipleChoiceboolean
IsActiveboolean
IsFavoriteboolean
Changedstring(date-time)
ChangedBystring
CulturesArray of objects(FlagGroupCultureModel)
]
Response
[ { "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "IsFavorite": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [] } ]
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations