Basic information
GET /{shopId}
Returns the public information of a shop, like name, slogan and logo.
Authorisation
OAuth 2.0 Token required with scopes:
products_read
URI parameters
Name | Type | Description |
---|---|---|
shopId |
string |
The unique identifier of the shop. Required:
true
Example:
DemoShop
|
Query parameters
Name | Type | Description |
---|---|---|
locale |
string |
Represents the language code according to ISO 639-1 and the country code according to ISO 3166-1. If not provided, the shop’s default language is used. We recommend to always send this parameter with your request. If the default language had been changed in the administration, it might take up to 1 day until this change affects the shop. Required:
false
Example:
en_US
|
Response attributes
Name | Type | Description |
---|---|---|
|
object of shopInfo |
Response
HTTP 200
Media type application/json
{ "name": "Technic365", "email": "technic@technic365.com", "slogan": "<p>Make some noise</p>", "logoUrl": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/MediaGallery/logo_technic365_3.png", "sfUrl": "http://pm.epages.com/epages/apidocu.sf/?ObjectPath=/Shops/Technic365", "mboUrl": "https://pm.epages.com/epages/apidocu.admin/?ObjectPath=/Shops/Technic365", "isInEU": true, "countryCode2": "DE" }