Skip to content

Documentation Norce [Storm] Connect Customer Service (4.0)

The Customer Service has Entities and Operations concerned with Customers and Companies in Norce Commerce.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/

Schemas

Schemas

DeliveryMethod

Company delivery method information

Codestringrequired

Delivery method code

IsActiveboolean

Sets delivery method to active or inactive. Default is true.

{ "Code": "string", "IsActive": true }

Discount

Discount rules applied to a specific company

DiscountPercentagenumber

Value of the discount (in percent)

PriceListTypeIdSeedstring

Comma separated list of price list types

Typestring(int32)

Type of discount: 1 = Category, 2 = Product Discount Class, 3 = Product Flag

ValueCodestring

Value code, for Category type this is the category code. For Discount class its the class identifier used in Norce Commerce.

{ "DiscountPercentage": 0, "PriceListTypeIdSeed": "string", "Type": "string", "ValueCode": "string" }

Flag

Company flag

Codestringrequired

Flag code. Used for flag matching.

IsActiveboolean

Sets flag to active or inactive. Default is true.

IsCreateOnlyboolean

If true, data is only saved if flag record is new. Default is false.

IsLimitedUpdateboolean

If true, data is only saved if flag record is new or last updated by the same account as the one initiating the update. Default is false.

StopDatestring(DateTime)

Sets the stop date explicitly for inactivated flags. Time of process is used as default.

{ "Code": "string", "IsActive": true, "IsCreateOnly": true, "IsLimitedUpdate": true, "StopDate": "string" }

Customers

Operations