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

ProductCategory

Product category information. Categories that can not be matched will not be created but give a warning in the logs.

Codestringrequired

Category code. Used for category matching in Norce Commerce.

SortOrderinteger(int32)

Determines in which order this category shall be applied to product. Use sort order 1 for primary category.

{ "Code": "string", "SortOrder": 0 }

ProductCulture

Translated product information.

CultureCodestringrequired

Culture code, e.g. "en-GB". Required to import cultures.

Descriptionstring

Translated product description.

DescriptionHeaderstring

Translated product description header. Max length: 255

IsUniqueUrlNameManuallyMaintainedboolean

Determines if UniqueUrlName is manually maintained.

MetaDescriptionstring

Translated product meta description.

MetaTagsstring

Translated product meta tags.

Namestring

Translated product name. Max length: 255

SubDescriptionstring

Translated additional product description.

SubHeaderstring

Translated additional product header. Max length: 255

Synonymsstring

Translated product synonymous names. Max length: 500

Tagsstring

Translated product tags.

Titlestring

Translated product title. Max length: 255

UniqueUrlNamestring

Language specific unique prodct url name, called 'Unique url' in administration gui.

{ "CultureCode": "string", "Description": "string", "DescriptionHeader": "string", "IsUniqueUrlNameManuallyMaintained": true, "MetaDescription": "string", "MetaTags": "string", "Name": "string", "SubDescription": "string", "SubHeader": "string", "Synonyms": "string", "Tags": "string", "Title": "string", "UniqueUrlName": "string" }

ProductFamily

Product family information. Families that can not be matched will not be created but give a warning in the logs.

Codestringrequired

Externally defined product family code. Used for product family matching in Norce Commerce.

Namestring

Product family name.

{ "Code": "string", "Name": "string" }

Competitor

Operations

Product

Operations

Pricelist

Operations