Skip to content

Documentation Norce [Storm] Connect Product Service (4.0)

The Supplier Service has Entities and Operations to create and update supplier products and content in Norce [Storm].

Download OpenAPI description
Languages
Servers
https://connect.lab.storm.io/4.0/api/

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.

LastModifiedstring(DateTime)

Time when image was last updated. Deprecated.

{ "ExternalCode": "string", "FileTypeName": "string", "Url": "http://example.com", "FileName": "string", "LastModified": "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