Skip to main content
Update a recipient’s event subscriptions. The update is partial: send only the toggles you are changing, and every key you omit keeps its current value. The response always carries the complete, merged object.
While a store has no explicit recipient, the list contains a fallback entry (isPrimary: true, the owner’s account email) whose id is a sentinel of the form OWNER_<storeId>. Sending that id here materializes it: the account email becomes a real recipient, your patch is applied on top of the store-level notify* toggles, and the response carries a real UUID. The fallback entry then disappears.
Authentication: API Key (owner or admin role required)

Request Body

Example Request

Success Response (200)

The email address itself is immutable. To move notifications to a different address, add the new recipient and then remove the old one.

Response Fields

Errors

Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).