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

Image

Product image information.

ExternalCodestringrequired

External identifier for image matching.

FileTypeNamestringrequired

File type code. Should match file info set up in Norce Commerce, e.g. "MainImage", "Additional", "Embedded".

Urlstring(uri)required

Url to where the image is located. Must be a publically accessible endpoint.

FileNamestring

Image file name. If omitted it will be parsed from the url. Max length: 50

LastModifiedstring(DateTime)

Time when image was last updated. Deprecated.

CulturesArray of objects(ImageCulture)(ImageCulture)

Localized values for image.

{ "ExternalCode": "string", "FileTypeName": "string", "Url": "http://example.com", "FileName": "string", "LastModified": "string", "Cultures": [ {} ] }

ImageCulture

Localized product image information.

CultureCodestringrequired

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

Namestring

Localized name of the image.

Descriptionstring

Localized description of the image.

AltTextstring

Localized alt text for the image.

{ "CultureCode": "string", "Name": "string", "Description": "string", "AltText": "string" }

Info

Additional information defined by 3rd party. Applicable for different entities.

Codestringrequired

External code for additional information field to be matched in Norce Commerce.

Valuestringrequired

Value to be set or updated on the information field.

{ "Code": "string", "Value": "string" }

Competitor

Operations

Product

Operations

Pricelist

Operations