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

DeliveryMethod

Delivery method allowed for product.

Codestringrequired

Delivery method code. Used for delivery method matching in Norce Commerce.

IsActiveboolean

Sets product delivery method to active or inactive. Default true.

PackagePercentagenumber

Package percentage.

{ "Code": "string", "IsActive": true, "PackagePercentage": 0 }

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

Competitor

Operations

Product

Operations

Pricelist

Operations