This service is in BETA. For access please Fill out the application
The triggers resource describes triggers that have been created for an account, and allows an application to subscribed to new events. See the Triggers Explanation for more information.
id | A unique ID for this trigger |
---|---|
appId | appId of the application that created this trigger |
endpoint | The SLAPI endpoint for which this trigger will fire (ie: orders, orderItems, items) |
action | One of (all, get, create, update, delete). Defines which type of events to which this trigger should fire |
destination | When a trigger is fired, this is the destination that will be notified. This may be one of:
|
created | timestamp that the trigger was created |
modified | timestamp that the trigger was last modified |
filters | (In development) A filter that must be present in the object for this trigger to fire. For example, specifyin 'venueId=1' on a trigger to /listings will only fire when listings for venueId=1 are modified |