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/
Represents a Store, Workshop or such. It is called Division in Norce Admin. The Store entity is a bit more heavy weight than it's counter part StoreItem and should be used to display a detail page for the 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": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "Type": "string", "SubType": "string", "Info": [ { … } ], "Pricelists": { "Ids": [ … ], "Default": 0 }, "Code": "string", "Description": "string", "ImageKey": "9afa8b7e-ca15-438f-a9d6-f679c437e59c", "UniqueName": "string" }
The StoreInfoPagedList is a PagedList. The Items property contains all current items, depending on paging, and the ItemCount the total number of items.
The total item count. Can be used to manage paging. This will always be the total number of available items, regardless of paging. Use PageSize to calculate number of pages.
{ "ItemCount": 0, "Items": [ { … } ] }