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

ParametricValueListCulture

Localized parametric list values.

CultureCodestringrequired

Culture code for this value

Valuestring

Localized value

Descriptionstring

Localized description

{ "CultureCode": "string", "Value": "string", "Description": "string" }

PriceList

Price list information.

Codestringrequired

Externally defined price list code. Used to match price list in Norce Commerce.

CurrencyCodestring

Currency code in ISO 4217 format, e.g. "SEK", "EUR", "USD".

DefaultPriceRuleinteger(int32)

Price rule to be set as default.<br>1 = Cost plus<br>2 = Fixed price<br>3 = Margin (purchase cost)<br>4 = Use recommended price<br>5 = Cost plus (unit cost)<br>6 = Margin (unit cost)<br>7 = Use standard price (pct discount)<br>8 = Competitive (purchase cost)<br>9 = Competitive (unit cost)<br>10 = Use standard price (fixed discount)<br>11 = Structure calculation<br>12 = Use catalog price

DefaultPriceRuleCodestring

Deprecated

DefaultPriceRuleValuenumber

Default price list value.

Descriptionstring

Price list description

EndDatestring(DateTime)

End date/time when price list is no longer valid.

IsErpIntegratedboolean

Deprecated

IsPrimaryboolean

Determines if price list is primary. Only one price list can be primary on an application.

IsPublicboolean

Determines if price list is public and active.

IsFavoriteboolean

Determines if price list is favorite for the current application.

Namestring

Price list name. Max length: 50

StartDatestring(DateTime)

Start time when price list is valid and applied.

TypeCodestring

Price list type code

WarehousesArray of objects(Warehouse)(Warehouse)

List of warehouses where this price list is applicable.

SalesAreainteger(int32)

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

DefaultMinMarginPercentnumber

Default minimum product margin percentage.

LimitToRecPriceboolean

Limit to recommended price.

ParentPriceListCodestring

Code of parent price list.

DefaultSupplementalChargeFixednumber

Default supplemental charge (fixed)

DefaultSupplementalChargePercentnumber

Default supplemental charge (percentage)

PriceRulesArray of objects(PriceListPriceRule)(PriceListPriceRule)

List of price rules.

Populationobject(PriceListPopulation)(PriceListPopulation)

Price list population.

InheritStructureCalculationRuleArray of strings

Set if and how structure calculation item prices should inherit from parent pricelist. Default: none.

Items Enum"None""ItemsUseDefaultPriceRule""StandardPriceFromInheritedStructureItemSalePrice"
{ "Code": "string", "CurrencyCode": "string", "DefaultPriceRule": 0, "DefaultPriceRuleCode": "string", "DefaultPriceRuleValue": 0, "Description": "string", "EndDate": "string", "IsErpIntegrated": true, "IsPrimary": true, "IsPublic": true, "IsFavorite": true, "Name": "string", "StartDate": "string", "TypeCode": "string", "Warehouses": [ {} ], "SalesArea": 0, "DefaultMinMarginPercent": 0, "LimitToRecPrice": true, "ParentPriceListCode": "string", "DefaultSupplementalChargeFixed": 0, "DefaultSupplementalChargePercent": 0, "PriceRules": [ {} ], "Population": { "Type": 0, "AllCategories": {}, "Categories": [], "RequireSupplier": true }, "InheritStructureCalculationRule": [ "None" ] }

PriceListPriceRule

Price rule.

Typeinteger(int32)required

Price list price rule identifier.<br/>1 = CostPlus_PurchaseCost<br/>3 = Margin_PurchaseCost<br>4 = UseRecommendedPrice<br/>5 = CostPlus_UnitCost<br/>6 = Margin_UnitCost<br/>7 = UseStandardPrice_PctDiscount<br/>10 = UseStandardPrice_FixedDiscount<br/>12 = UseCatalogPrice

Valuenumber

Value of selected type.

LimitToRecPriceboolean

Limit to recommended price.

MinValuenumber

Value range minimum.

MaxValuenumber

Value range maximum.

ManufacturerCodestring

Manufacturer identifier code.

CategoryCodestring

Category identifier code.

FlagsArray of strings

List of flag identifier codes.

{ "Type": 0, "Value": 0, "LimitToRecPrice": true, "MinValue": 0, "MaxValue": 0, "ManufacturerCode": "string", "CategoryCode": "string", "Flags": [ "string" ] }

Competitor

Operations

Product

Operations

Pricelist

Operations