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

CompetitorSkuHeader

Competitor SKU import settings

AccountIdinteger(int32)required

Account which initiated the import. Learn about system accounts here.

CompetitorSkuFieldsThatAreSetArray of stringsrequired

Array of strings representing competitor fields to be processed.
(Use the integer instead of the name for the xml content type)

0 = CompetitorName
1 = ProductName
2 = VatRate
3 = ExternalPopularities (Deprecated, not supported any longer)

Items Enum"CompetitorName""ProductName""VatRate""ExternalPopularities"
FullFilebooleanrequired

Flag that specify how Norce Commerce Connect will handle the import. If true, all prices from the competitors not in this import will be deactivated. If false, the import will be handled as an update only, and other products already having prices will be ignored.

JobIdstring

Norce Commerce Connect job id. Only exists in import logs. Should be omitted in the import request.

SerializationTypeArray of strings

Request serialization type.(Use the integer instead of the name for the xml content type)

0 = JSON, 1 = XML

Items Enum"JSON""XML"
StorageNamestring(uri)

Location of the import file on Norce's file area. Can be used instead of sending data directly in payload.

SupplierIdinteger(int32)

Derived from base header. Ignored in competitor import.

{ "AccountId": 0, "CompetitorSkuFieldsThatAreSet": [ "CompetitorName" ], "FullFile": true, "JobId": "string", "SerializationType": [ "JSON" ], "StorageName": "http://example.com", "SupplierId": 0 }

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

Competitor

Operations

Product

Operations

Pricelist

Operations