Product flag id
MANAGEMENT API (BETA)
//
Insert product flag
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id} 
- cURL
- JS
- C#
- Node.js
curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id}'Response
{ "Id": 0, "TypeId": 0, "GroupId": 0, "GroupName": "string", "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsManuallyEditable": true, "SortOrder": 0, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ { … } ] }
- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id} 
- cURL
- JS
- C#
- Node.js
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "TypeId": 0,
    "GroupId": 0,
    "GroupName": "string",
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "IsManuallyEditable": true,
    "SortOrder": 0,
    "IsActive": true,
    "Changed": "2019-08-24T14:15:22Z",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag 
- cURL
- JS
- C#
- Node.js
curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flagResponse
[ { "Id": 0, "TypeId": 0, "GroupId": 0, "GroupName": "string", "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsManuallyEditable": true, "SortOrder": 0, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ … ] } ]
- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag 
- cURL
- JS
- C#
- Node.js
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "TypeId": 0,
    "GroupId": 0,
    "GroupName": "string",
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "IsManuallyEditable": true,
    "SortOrder": 0,
    "IsActive": true,
    "Changed": "2019-08-24T14:15:22Z",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/deleted 
- cURL
- JS
- C#
- Node.js
curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/deletedResponse
[ { "Id": 0, "TypeId": 0, "GroupId": 0, "GroupName": "string", "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsManuallyEditable": true, "SortOrder": 0, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ … ] } ]