Hooks API
NoteCustomerUpdates1
Notifies that one or more customers have been updated in the Bubblehouse system.
Method | POST |
---|---|
Kind | Mutation Hook |
URL | The webhook URL you specify, with :name replaced by NoteCustomerUpdates1 |
Authentication | JWT HS256 Bearer token |
This hook reports a span of updates, i.e. a set of consecutive changes. The updates are batched and delivered periodically.
Input
customer_ids
array of stringrequiredShop identifiers of the customers that have been updated.
The cursor to retrieve changes in this span via ListCustomersX call.
Output
A successful response has no meaningful properties and only contains an ok property always set to true:
{"ok": true}
Specific Errors
Status | Error | Reason & Examples |
---|---|---|
None. |
API-wide Errors
Status | Error | Reason & Examples |
---|---|---|
None. |
Global Errors
Status | Error | Reason & Examples |
---|---|---|
None. |