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

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 }

WarehouseLocation

Codestringrequired

Location code. Used for location matching in Norce Commerce.

IsIncludedInStockCalculationboolean

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

LeadTimeDayCountinteger(int32)

Indication of time required for delivery.

Namestring

Location name.

{ "Code": "string", "IsIncludedInStockCalculation": true, "LeadTimeDayCount": 0, "Name": "string" }

Competitor

Operations

Product

Operations

Pricelist

Operations