Basic information

PUT /{shopId}/legal/contact-information

Modifies the contact information of a shop. This endpoint expects a complete object representation, all fields included. If any field is not set, it will be deleted from the transferred object.

Authorisation

OAuth 2.0 Token required with scopes:

legal_write

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.

Required: true
Example: en_US

Request attributes

Name Type Description

object of contactInfo

This endpoint expects a complete object representation, all fields included. If any field is not set, it will be deleted from the transferred object.

Request body

Media type application/json

{
  "name": "Contact information",
  "title": "Contact information",
  "navigationCaption": "Contact information",
  "shortDescription": "<p>technic365</p>\r\n\r\n<p>Linen Hall<br />\r\n162- 168 Regent Street<br />\r\nLondon, W1B 5TF<br />\r\nGroßbritannien</p>",
  "description": "<p>Copyright 2009</p>",
  "company": "technic365",
  "contactPerson": "technic365 epages",
  "contactPersonJobTitle": "Webmaster",
  "address": "<p>Linen Hall<br />\r\n162- 168 Regent Street<br />\r\nLondon, W1B 5TF<br />\r\nGreat Britain</p>",
  "phone": "+44-207 292 1790",
  "email": "epages.technic365@gmail.com"
}

Response attributes

Name Type Description

object of contactInfo

Response

HTTP 200

Media type application/json

{
  "name": "Contact information",
  "title": "Contact information",
  "navigationCaption": "Contact information",
  "shortDescription": "<p>technic365</p>\r\n\r\n<p>Linen Hall<br />\r\n162- 168 Regent Street<br />\r\nLondon, W1B 5TF<br />\r\nGroßbritannien</p>",
  "description": "<p>Copyright 2009</p>",
  "company": "technic365",
  "contactPerson": "technic365 epages",
  "contactPersonJobTitle": "Webmaster",
  "address": "<p>Linen Hall<br />\r\n162- 168 Regent Street<br />\r\nLondon, W1B 5TF<br />\r\nGreat Britain</p>",
  "phone": "+44-207 292 1790",
  "email": "epages.technic365@gmail.com"
}