Zones

Update a zone

Updates the name of an existing Zone. Requires the SETTINGS_MANAGE permission on the zone's site.

put/shop/zones/{zoneId}

Request body

namestring required

New display name for the zone.

Example request

{
  "name": "Pool Deck"
}

Response

A single Zone.

Example response

{
  "data": {
    "id": "5f1234567890abcdef123456",
    "name": "Pool Deck",
    "organisation_id": "22222222-2222-2222-2222-222222222222",
    "site_id": "11111111-1111-1111-1111-111111111111"
  }
}

Changes