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

JobResponse

General response for async Connect jobs

StatusCodestring

Status of the job

Descriptionstring

Short message describing the job

JobIdstring(int32)

Norce Commerce's interal id created for this job. Refer to this for future requests.

ValidationSummaryobject(ValidationSummary)(ValidationSummary)

Validation data for accepted payload

{ "StatusCode": "string", "Description": "string", "JobId": "string", "ValidationSummary": { "NrOfItemsInTotal": 0, "NrOfValidationFailures": 0, "Messages": [] } }

PaymentMethod

Payment method applied to company

Codestringrequired

Payment method code. Used for payment method matching.

InvoiceCaptureSettingsCodestring

Used for specifying the invoice capture setting to use.

IsActiveboolean

Sets payment method relation to active or inactive. Default true.

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

PriceList

Customer or company specific price list

Codestringrequired

Price list code. Used for price list matching.

IsExclusiveboolean

Determines if price list is exclusive, an exclusive price list overrides best price calculation in Norce Commerce Shopping API.

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

Customers

Operations