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

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" }

Image

Image information

ExternalCodestringrequired

Code for image matching

FileTypeNamestringrequired

File type. Should match file info set up in Norce Commerce, e.g. MainImage, Additional, Embedded.

Urlstring(uri)required

URL where image should be taken from

Filenamestring

Image file name. If omitted will be parsed form URL.

LastModifiedstring(DateTime)

Time when image was changed. Should be set to synchronize image updates.

{ "ExternalCode": "string", "FileTypeName": "string", "Url": "http://example.com", "Filename": "string", "LastModified": "string" }

Customers

Operations