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

Product

Product information. If the product has multiple variants, Code is required, otherwise it should be omitted. It can be also be omitted if the Code flag is not set in header.

Codestring

Product code. Used for product cluster matching in Norce Commerce.

ManufacturerCodestring

Manufacturer code. Required when creating products or as part of identifier of a product combined with ManufacturerPartNo on variant.

AdditionalImagesArray of objects(Image)(Image)

List of additional product images.

Aliasstring

Product alias.

AssortmentCodestring

Product assortment code. If set, assortment with this code will be associated to product.

CategoriesArray of objects(ProductCategory)(ProductCategory)

List of categories product shall be placed in.

CulturesArray of objects(ProductCulture)(ProductCulture)

List of translated product information fields.

Familyobject(ProductFamily)(ProductFamily)

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

MainImageobject(Image)(Image)

Product image information.

ManufacturerNamestring

Manufacturer name. If manufacturer doesn't exist this field is required to create a new manufacturer.

ProductFlagsArray of objects(Flag)(Flag)

List of flags applied to product.

ProductParametricsArray of objects(ParametricValue)(ParametricValue)

List of parametrics applied to product.

VariantDefinitionGroupobject(VariantDefinitionGroup)(VariantDefinitionGroup)

Variant definition information.

VariantsArray of objects(Variant)(Variant)

List of product variants.

{ "Code": "string", "ManufacturerCode": "string", "AdditionalImages": [ {} ], "Alias": "string", "AssortmentCode": "string", "Categories": [ {} ], "Cultures": [ {} ], "Family": { "Code": "string", "Name": "string" }, "MainImage": { "ExternalCode": "string", "FileTypeName": "string", "Url": "http://example.com", "FileName": "string", "LastModified": "string", "Cultures": [] }, "ManufacturerName": "string", "ProductFlags": [ {} ], "ProductParametrics": [ {} ], "VariantDefinitionGroup": { "Code": "string", "Name": "string", "Types": [] }, "Variants": [ {} ] }

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" }

Competitor

Operations

Product

Operations

Pricelist

Operations