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

VariantDefinitionType

Variant definition type.

Codestringrequired

Variant definition type code. Used for variant type matching in Norce Commerce.

Namestring

Type name.

ParametricCodestring

Variant definition type parametric code.

SortOrderinteger(int32)

Sort order.

{ "Code": "string", "Name": "string", "ParametricCode": "string", "SortOrder": 0 }

VatRate

VAT rate percentage

Ratenumber

VAT rate

SalesAreainteger(int32)required

Sales area identifier.
1 = Sweden
2 = Norway
3 = Denmark
4 = Finland
5 = UnitedKingdom
6 = Estonia
7 = Greenland
8 = Germany
9 = Italy
10 = Austria
11 = Spain
12 = Netherlands
13 = Belgium
14 = France
15 = Switzerland
17 = USA
18 = Ireland
19 = Canada
20 = Lithuania
21 = Latvia
22 = Japan
23 = SouthKorea
24 = Australia
25 = Europe
26 = Poland
27 = CzechRepublic
28 = Russia
29 = NoVAT
36 = Bulgaria
37 = Croatia
38 = Cyprus
39 = Greece
40 = Hungary
41 = Luxembourg
42 = Malta
43 = Portugal
44 = Romania
45 = Slovakia
46 = Slovenia

{ "Rate": 0, "SalesArea": 0 }

Warehouse

Warehouse information

Codestringrequired

Warehouse code. Used for warehouse matching in Norce Commerce.

LocationsArray of objects(WarehouseLocation)(WarehouseLocation)required

List of warehouse locations.

Locations[].​Codestringrequired

Location code. Used for location matching in Norce Commerce.

Locations[].​IsIncludedInStockCalculationboolean

Determines if a location is part of central warehouse stock calculation.

Locations[].​LeadTimeDayCountinteger(int32)

Indication of time required for delivery.

Locations[].​Namestring

Location name.

LeadTimeDayCountinteger(int32)

Indication of time required for delivery

Namestring

Warehouse name.

Typeinteger(int32)

Warehouse type.
1 = Warehouse
2 = Store
3 = Transport
4 = Other

{ "Code": "string", "Locations": [ {} ], "LeadTimeDayCount": 0, "Name": "string", "Type": 0 }

Competitor

Operations

Product

Operations

Pricelist

Operations