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

Flag

Product flag information

Codestringrequired

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

IsSetbooleanrequired

Determines if a product flag is to be set or unset.

IsCreateOnlyboolean

If true, data is only saved if flag record is new. Default: false.

IsLimitedUpdateboolean

If true, data is only saved if flag record is new or last updated by the same account as the one initiating the update. Default: false

StopDatestring(DateTime)

Shows when flag was disabled for product.

{ "Code": "string", "IsSet": true, "IsCreateOnly": true, "IsLimitedUpdate": true, "StopDate": "string" }

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

Competitor

Operations

Product

Operations

Pricelist

Operations