Search All Webhook Events
Search WebhookEvents from all Webhooks.
Search and retrieve a list of WebhookEvent
s from all webhooks that you are subscribed to.
To avoid performance issues, total_elements
and total_pages
properties are not populated for this endpoint response, being both returned with default value of 0
.
Body
Webhook Event Search Request
After Date
Before Date
Entity Ids
Event Types
ORDER_UPDATED
, ORDER_SHIPPED
, ORDER_COMPLETED
, ORDER_CANCELED
, ORDER_REFUNDED
, ORDER_RETURNED
, MERCHANT_CONNECTED
, MERCHANT_DISCONNECTED
, OFFER_CREATED
, OFFER_UPDATED
, OFFER_REMOVED
, PRODUCT_SYNC_STARTED
, PRODUCT_SYNC_COMPLETED
, PRODUCT_SYNC_FAILED
, MERCHANT_NEEDS_ATTENTION
, RELAY_OFFER_CREATED
, RELAY_OFFER_UPDATED
, RELAY_OFFER_REMOVED
, RELAY_ORDER_UPDATED
, MERCHANT_ENABLED
, MERCHANT_DISABLED
, MERCHANT_COMPLETE
, COLLECTION_CREATED
, COLLECTION_UPDATED
, COLLECTION_REMOVED
, COLLECTION_OFFERS_UPDATED
, COLLECTION_SYNC_STARTED
, COLLECTION_SYNC_COMPLETED
, COLLECTION_SYNC_FAILED
Webhook Event Ids
Http Status Codes
Statuses
CREATED
, IN_PROGRESS
, SUCCEEDED
, FAILED
, CANCELLED
Webhook Ids
Webhook Remote Endpoints
Response
The actual content of the response; A list of the result objects
Boolean indicating if the response content is empty
Boolean indicating if this is the first page of the response
Boolean indicating if this is the last page
Contains the cursor for the next page. This property will only be used for situations where the API does not support the page number/page size paradigm and it will mutually exclusive with the size/number fields in the response. If this property is returned it must be passed when requesting the next page from the API. Does not apply to endpoints that do not have a next_page_cursor query param documented.
The page number selected at request time
The total number of objects in this specific response
Violet wrapper for springframework pageable
The page size selected at request time
Violet Wrapper for springframework sort
The total count of objects available
The total count of pages available
Was this page helpful?