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

Account

Customer account information

ApplicationKeystring(uuid)required

Application identifier. Determines which application the account belongs to.

LoginNamestringrequired

Account login name

Passwordstring

Account password

RolesArray of objects(AccountRole)(AccountRole)

List of account roles to assign

Statusinteger(int32)

Account status: 1 = Active, 2 = Inactive (Use integers if import format is XML)

{ "ApplicationKey": "15d62d1f-3a4e-4111-845a-4db40bf08e87", "LoginName": "string", "Password": "string", "Roles": [ {} ], "Status": 0 }

AccountRole

Determines what actions account can perform

Codestringrequired

Unique code of account role (e.g. Administrator, User). The role needs to exist in Norce Commerce.

IsActiveboolean

Sets account role to active or inactive. Default is true.

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

Address

Company or customer address information

AddressLine1string

First line of address

AddressLine2string

Second line of address

CareOfstring

Care of

Citystring

City

Codestring

System agnostic identifier for the company or customer. Max length: 50

CountryCodestring

ISO country code (e.g. SE, BY). Max length: 2

Glnstring

Global Location Number. Max length: 50

IsPrimaryboolean

Set to true to indicate primary delivery address. Null will not change anything. Only one address can be marked primary.

IsValidatedboolean

Set to true to indicate that the address has been validated. Null will not change anything.

Regionstring

Region

ShippingPhoneNumberstring

Phone number for shipping notifications (if used as delivery address). Max length: 50

ZipCodestring

Zip code

{ "AddressLine1": "string", "AddressLine2": "string", "CareOf": "string", "City": "string", "Code": "string", "CountryCode": "string", "Gln": "string", "IsPrimary": true, "IsValidated": true, "Region": "string", "ShippingPhoneNumber": "string", "ZipCode": "string" }

Customers

Operations