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

PriceListPriceRule

Price rule.

Typeinteger(int32)required

Price list price rule identifier.
1 = CostPlus_PurchaseCost
3 = Margin_PurchaseCost
4 = UseRecommendedPrice
5 = CostPlus_UnitCost
6 = Margin_UnitCost
7 = UseStandardPrice_PctDiscount
10 = UseStandardPrice_FixedDiscount
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" ] }

PriceListPopulation

Price list population.

Typeinteger(int32)

1 = Exclude (All products are excluded from parent price list. Select what categories and manufacturers to include.)
2 = Include (All products are include from parent price list. Select what categories and manufacturers to exclude.)

AllCategoriesobject(PriceListPopulationAllCategories)(PriceListPopulationAllCategories)

Specifies population rules for all categories.

CategoriesArray of objects(PriceListPopulationCategory)(PriceListPopulationCategory)

List of population rules for categories.

RequireSupplierboolean

Specifies if supplier is required. (defaults to false)

{ "Type": 0, "AllCategories": { "RuleType": 0, "RuleCodes": [] }, "Categories": [ {} ], "RequireSupplier": true }

PriceListPopulationAllCategories

Specifies population rules for all categories.

RuleTypeinteger(int32)required

1 = None (Removes all rules if any exists.)
2 = Manufacturers
3 = Flags

RuleCodesArray of strings

Identifier codes for Manufacturers or Flags depending on type.
Is required if type is Manufacturers or Flags.
Is ignored if other type is used.

{ "RuleType": 0, "RuleCodes": [ "string" ] }

Competitor

Operations

Product

Operations

Pricelist

Operations