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
Operations

Request

Path
idinteger(int32)required

Info item id

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

Responses

OK

BodyArray [
Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ProductInfoTypeCultureModel)
]
Response
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

List active product info types by group

Request

Path
groupIdinteger(int32)required

Group id: SkuOnHand = 2, SkuPriceList= 3

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

Responses

OK

BodyArray [
Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ProductInfoTypeCultureModel)
]
Response
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

Request

Path
groupIdinteger(int32)required

Group id: SkuOnHand = 2, SkuPriceList= 3

Bodyrequired

Product info type

Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ProductInfoTypeCultureModel)
curl -i -X POST \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/infotype/{groupId}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "GroupId": 0,
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "SortOrder": 0,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

Request

Path
groupIdstringrequired
curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/infotype/{groupId}/deleted'

Responses

OK

BodyArray [
Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ProductInfoTypeCultureModel)
]
Response
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

Request

Path
groupIdinteger(int32)required

Group id: SkuOnHand = 2, SkuPriceList= 3

idinteger(int32)required

Product info type id

Bodyrequired

Product info type

Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ProductInfoTypeCultureModel)
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/product/infotype/{groupId}/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "GroupId": 0,
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "SortOrder": 0,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}
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