Sites
Update a ShopSite
Use this endpoint to update a ShopSite.
put/shop/sites/{siteId}
Request body
Example request
{
"basket_confirmed_email_message": "<p>We look forward to seeing you. If anything changes,\n<a href=\"mailto:hello@example.com\">get in touch</a>.</p>\n",
"custom_payment_type_ids": [
"5f8d944e79c9f341846e807a"
],
"email_from_address": "spa@example.com",
"email_settings": {
"follow_up_emails_time": "15:00",
"reminder_emails_time": "15:00"
},
"intake_form_questionnaire_id": "5f1234567890abcdef123456",
"name": "Palm Tree Spa",
"privacy_policy": "We process your personal data in accordance with GDPR. See our full\nprivacy notice at https://example.com/privacy.\n",
"scheduling_week_interval": 2,
"scheduling_week_interval_start": "2026-01-05T00:00:00Z",
"terms": "Bookings are subject to our cancellation policy. Full terms at\nhttps://example.com/terms.\n"
}Response
The ShopSite was successfully updated.
Example response
{
"data": {
"basket_confirmed_email_message": "<p>We look forward to seeing you. If anything changes,\n<a href=\"mailto:hello@example.com\">get in touch</a>.</p>\n",
"country_code": "GB",
"currency": "GBP",
"email_from_address": "spa@example.com",
"email_settings": {
"follow_up_emails_time": "15:00",
"reminder_emails_time": "15:00"
},
"intake_form_questionnaire_id": "5f1234567890abcdef123456",
"locale": "en",
"name": "Palm Tree Spa",
"privacy_policy": "We process your personal data in accordance with GDPR. See our full\nprivacy notice at https://example.com/privacy.\n",
"scheduling_week_interval": 2,
"scheduling_week_interval_start": "2026-01-05T00:00:00Z",
"terms": "Bookings are subject to our cancellation policy. Full terms at\nhttps://example.com/terms.\n",
"timezone": "Europe/London",
"organisation": {
"name": "Palm Tree Holdings Ltd."
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.