The Customer Service has Entities and Operations concerned with Customers and Companies in Norce Commerce.
COMMERCE CONNECT
/Customer Service
//
AccountRole
Documentation Norce [Storm] Connect Customer Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
Address
Company or customer address information
Set to true to indicate primary delivery address. Null will not change anything. Only one address can be marked primary.
Set to true to indicate that the address has been validated. Null will not change anything.
Phone number for shipping notifications (if used as delivery address). Max length: 50
{ "AddressLine1": "string", "AddressLine2": "string", "CareOf": "string", "City": "string", "Code": "string", "CountryCode": "string", "Gln": "string", "IsPrimary": true, "IsValidated": true, "Region": "string", "ShippingPhoneNumber": "string", "ZipCode": "string" }