Skip to content

Documentation Norce [Storm] Connect Product Service (4.0)

The Product Service has Entities and Operations to create and update products and content in Norce Commerce.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/

Schemas

Schemas

ParametricValue

Parametric value to set. Use one of the value fields, depending on the type of the parameter. If code does not exist it will be created. If List value does not exist it will be created. Cultures for list values will only be added or updated, never deleted. Null values will result in no changes from before.

ParametricCodestringrequired

External parametric code configured in Norce Commerce. Used to match parameter.

CulturesArray of objects(ParametricValueCulture)(ParametricValueCulture)

List of parametric translations.

MultipleValueListArray of objects(ParametricValueList)(ParametricValueList)

List of possible values to set for parametrics with multiple value choice.

ValueBooleanboolean

Boolean value to set.

ValueDateTimestring(DateTime)

Date/time value to set.

ValueDecimalnumber

Decimal value to set.

ValueIntegerinteger

Integer value to set.

ValueListobject(ParametricValueList)(ParametricValueList)

Parametric value for list of choices.

{ "ParametricCode": "string", "Cultures": [ {} ], "MultipleValueList": [ {} ], "ValueBoolean": true, "ValueDateTime": "string", "ValueDecimal": 0, "ValueInteger": 0, "ValueList": { "Code": "string", "Value": "string", "Description": "string", "Cultures": [] } }

ParametricValueCulture

Translated parametric value.

CultureCodestringrequired

Culture code, e.g. "sv-SE".

ValueTextstringrequired

Translated text parametric value. Max length 255 chars for text-values, unlimited for HTML-values.

{ "CultureCode": "string", "ValueText": "string" }

ParametricValueList

Parametric value for list of choices.

Codestringrequired

Parametric value code. Use for parametric value matching in Norce Commerce.

Valuestringrequired

Value to set

Descriptionstring

Description of the value

CulturesArray of objects(ParametricValueListCulture)(ParametricValueListCulture)

Array with localized versions of value and description

{ "Code": "string", "Value": "string", "Description": "string", "Cultures": [ {} ] }

Competitor

Operations

Product

Operations

Pricelist

Operations