The Applications namespace has Entities and Operations concerned with the Application as such. It contains the Application entity, Stores and other lookup data common to an Application.
COMMERCE SERVICES
/Metadata Service
//
SalesAreas
Documentation ApplicationService (1.1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/metadata/1.1/
Store
The longitude part of the location of the Store. Can be used to calculate distances to the Store.
The latitude part of the location of the Store. Can be used to calculate distances to the Store.
Used when fetching Stores and we have a specified current location from which to calculate a distance to the Store.
Contains a list of id-value pairs specific to the client for this Store. Use ApplicationService.ListStoreInfoTypes(string) for id lookup.
A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.
{ "Id": 0, "Name": "string", "Address": "string", "PostalAddress": "string", "Phone": "string", "Fax": "string", "OpeningWeekdays": "string", "OpeningSaturdays": "string", "OpeningSundays": "string", "Longitude": 0.1, "Latitude": 0.1, "Distance": 0, "Key": "string", "Type": "string", "SubType": "string", "Info": [ { … } ], "Pricelists": { "Ids": [ … ], "Default": 0 }, "Code": "string", "Description": "string", "ImageKey": "string", "UniqueName": "string" }