Hanzo
OpenapiCommerce

Change part of a subscriber

A subscriber is a mailing-list member — name, email, the form id that captured them, unsubscribed state and date, client details, tags and metadata.

PATCH /v1/commerce/subscriber/{subscriberid}

Addresshttps://api.hanzo.ai/v1/commerce/subscriber/{subscriberid}
MethodPATCH
Operationpatch_commerce_subscriber_by_subscriberid
AuthAuthorization: Bearer $HANZO_API_KEY

A subscriber is a mailing-list member — name, email, the form id that captured them, unsubscribed state and date, client details, tags and metadata. Writing one FIRES A WEBHOOK: subscriber.created on create and subscriber.updated on replace or patch, emitted BEFORE the write is known to have succeeded and carrying the row as sent, so the payload holds the raw email rather than the normalized one that gets stored. Loads the stored row and decodes the body OVER it, so only the fields the body names change and everything else keeps its stored value — the difference from the full replace, which clears what it is not told. Answers the merged row. An id absent from the caller org's namespace is 404 and a body that fails to decode is 400. Any valid access token reaches it. The token must also carry Admin, or ReadSubscriber and WriteSubscriber together.

Request

1 field.

FieldInTypeRequiredDescription
subscriberidpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo commerce subscriber update <subscriberid>

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page