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

ExternalPopularity

Represents a popularity ranking from an external source.

PartNostringrequired

Part number in Norce Commerce to which the popularity information is referencing.

PopularityValuenumber

The popularity valu for the SKU.

Sourcestring

The name of the external source. This name must correlate to a configured source in Norce Commerce.

{ "PartNo": "string", "PopularityValue": 0, "Source": "string" }

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": [ {} ] }

Competitor

Operations

Product

Operations

Pricelist

Operations