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

Info

Additional information field

Codestringrequired

Information field code. Used for info matching.

Valuestringrequired

Value to set

{ "Code": "string", "Value": "string" }

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 }

Customers

Operations