Norce Management API (v1)

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Category

Operations

Category Parametric

Operations

Customer Flag

Operations

Customer FlagGroup

Operations

Customer InfoType

Operations

Parametric

Operations

Parametric Group

Operations

Parametric List

Operations

Parametric Multiple

Operations

List multiple values for a parametric

Request

Path
parametricIdinteger(int32)required

Parametric id

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/multiple'

Responses

OK

BodyArray [
Idinteger(int32)
ParametricIdinteger(int32)
Valuestring
DefaultValuestring
IsValueInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
Codestring
ImageKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
ImageUrlstring
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ParametricMultipleCultureModel)
]
Response
[ { "Id": 0, "ParametricId": 0, "Value": "string", "DefaultValue": "string", "IsValueInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "Code": "string", "ImageKey": "00000000-0000-0000-0000-000000000000", "ImageUrl": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

Update multiple values for a parametric

Request

Path
parametricIdinteger(int32)required

Parametric id

Query
useSortOrderboolean

When true the sort order of the values will be saved and manual sorting will be used. Only works when values are less than 100. Default is false.

Bodyrequired

Parametric multiple values

Array [
Idinteger(int32)
ParametricIdinteger(int32)
Valuestring
DefaultValuestring
IsValueInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
Codestring
ImageKeystring(uuid)
Example: "00000000-0000-0000-0000-000000000000"
ImageUrlstring
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(ParametricMultipleCultureModel)
]
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{parametricId}/multiple' \
  -H 'Content-Type: application/json' \
  -d '[
    {
      "Id": 0,
      "ParametricId": 0,
      "Value": "string",
      "DefaultValue": "string",
      "IsValueInherited": true,
      "Description": "string",
      "DefaultDescription": "string",
      "IsDescriptionInherited": true,
      "SortOrder": 0,
      "Code": "string",
      "ImageKey": "00000000-0000-0000-0000-000000000000",
      "ImageUrl": "string",
      "IsActive": true,
      "Changed": "string",
      "ChangedBy": "string",
      "Cultures": [
        {
          "CultureCode": "string",
          "Value": "string",
          "IsValueInherited": true,
          "Description": "string",
          "IsDescriptionInherited": true,
          "IsTranslated": true
        }
      ]
    }
  ]'

Responses

OK

Body
object
Response
{}

PriceList

Operations

PriceList Population

Operations

PriceList Pricing

Operations

PriceList SupplierPricelist

Operations

PriceList Warehouse

Operations

Product Family

Operations

Product File

Operations

Product Flag

Operations

Product FlagGroup

Operations

Product InfoType

Operations

Product Manufacturer

Operations

Product RelationType

Operations

Product Type

Operations

Product VariantGroup

Operations

Product Warehouse

Operations

Product WarehouseLocation

Operations

Promotion

Operations

Settings Application

Operations

Settings ApplicationCountry

Operations

Settings ApplicationCulture

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

Operations

Settings ClientSalesArea

Operations

Shopping InfoType

Operations

Store

Operations

Store Application

Operations

Store PriceList

Operations

Store Warehouse

Operations

Supplier

Operations

Supplier PriceList

Operations

Supplier PriceListWarehouse

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations