The Metadata namespace has Entities and Operations concerned with the Application and similar context. It contains the Application entity, Stores and other data for lookups.
The Metadata namespace has Entities and Operations concerned with the Application and similar context. It contains the Application entity, Stores and other data for lookups.
https://{slug}.api-se.playground.norce.tech/commerce/
https://{slug}.api-se.stage.norce.tech/commerce/
https://{slug}.api-se.norce.tech/commerce/
The Application entity contains data specific to the current application. An Application belongs to a Client and one Client can have multiple Applications. A common usage is that an Application maps to a market or a domain such as .se, .com and such.
Id of the parent application, if any. Will be the same as Id if none exists. Applications with the same parentId share products and customers. Some content and navigation can differ.
The sender e-mail address for all external communication and notifications if Norce email services are used.
The Client entity contains data specific to the current client. A Client can have multiple Applications and represents a customer to Norce.
A list of Cultures and a Default. Used in Application. Available Cultures can be used to let the end user select different languages within an Application.
A list of Currencies and a Default. Used in Application. Available Currencies can be used to let the end user select different currencies within an Application.
A list of Roles and a Default. Used in Application. Available Roles can be used in Account. Roles when creating customers with accounts.
A list of Countries and a Default. Used in Application. Available Countries can be used to populate drop-down lists with countries when the end user enters addresses.
{ "Id": 0, "ParentId": 0, "Key": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "Name": "string", "Url": "string", "SenderEmailAddress": "string", "Client": { "Id": 0, "Key": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "Name": "string" }, "Cultures": { "List": [ … ], "Default": { … } }, "Currencies": { "List": [ … ], "Default": { … } }, "Pricelists": { "Ids": [ … ], "Default": 0 }, "SalesAreas": { "List": [ … ], "Default": { … } }, "Roles": { "List": [ … ], "Default": { … } }, "Countries": { "List": [ … ], "Default": { … } }, "Authorizations": [ { … } ] }