Customer account information
Application identifier. Determines which application the account belongs to.
{ "ApplicationKey": "15d62d1f-3a4e-4111-845a-4db40bf08e87", "LoginName": "string", "Password": "string", "Roles": [ { … } ], "Status": 0 }
The Customer Service has Entities and Operations concerned with Customers and Companies in Norce Commerce.
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
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" }