Product flag id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/{id}'
{ "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": [ { … } ] }
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 } ] }'
curl -i -X GET \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag
[ { "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": [ … ] } ]
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 } ] }'
curl -i -X GET \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/flag/deleted
[ { "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": [ … ] } ]