The Customer Service has Entities and Operations concerned with Customers and Companies in Norce Commerce.
COMMERCE CONNECT
/Customer Service
//
Customer
Documentation Norce [Storm] Connect Customer Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
Customer
Customer information
Customer code. Used for customer matching if Norce Commerce's internal customer id is omitted.
List of companies belonging to this customer. Companies must exist already in Norce Commerce to be added as a relation to this Customer. Any identifier can be used and they are ordered as Id, Code, OrganizationNo. The first that is given will be used. If more than one is marked IsPrimary then only the first will be marked as primary.
Customer email address. Used for customer matching if Norce Commerce customer id and code is omitted and SearchOnlyByCode is false in header.
If false companies that are not provided for this customer in request will be deactivated from the relation to this Company. Default is false.
{ "Accounts": [ { … } ], "AdditionalInfo": [ { … } ], "ApplicationKey": "15d62d1f-3a4e-4111-845a-4db40bf08e87", "CellPhoneNumber": "string", "Code": "string", "Companies": [ { … } ], "CrmId": "string", "DeliveryAddresses": [ { … } ], "EmailAddress": "string", "FirstName": "string", "Flags": [ { … } ], "Id": 0, "InvoiceAddress": { "AddressLine1": "string", "AddressLine2": "string", "CareOf": "string", "City": "string", "Code": "string", "CountryCode": "string", "Gln": "string", "IsPrimary": true, "IsValidated": true, "Region": "string", "ShippingPhoneNumber": "string", "ZipCode": "string" }, "IsActive": true, "IsCompanyListDelta": true, "LastName": "string", "MiddleName": "string", "PhoneNumber": "string", "PriceLists": [ { … } ], "SocialSecurityNumber": "string", "Title": "string", "Type": 0 }