Skip to main content
WEBHOOK
onLocationUpdated
{
  "location": {
    "address": {
      "country": "<string>",
      "postalCode": "<string>",
      "city": "<string>",
      "state": "<string>",
      "addressTwo": "<string>",
      "addressOne": "<string>"
    },
    "externalIds": [
      {
        "type": "CUSTOM",
        "value": "<string>"
      }
    ],
    "id": "<string>",
    "name": "<string>",
    "contacts": [
      {
        "name": "<string>",
        "email": "<string>",
        "phone": "<string>",
        "role": "<string>"
      }
    ],
    "hours": {},
    "scheduling": {
      "method": "EMAIL",
      "portal": "AMAZON_CARRIER_CENTRAL"
    }
  },
  "event": "location.updated"
}
Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.

Body

application/json
location
object
required
event
enum<string>
required
Available options:
location.updated

Response

OK