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

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

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": [] } }

Customers

Operations