.triggers
Triggers are events that call the configured procedures, running automatic tasks
They are created automaticly after each modification operation (POST, PUT, PATCH and DELETE) at this API
Use the triggers resource to read and delete triggers in a merchant's store, you can also create fake triggers, mainly for tests purposes
/triggers.json?[field]
Authentication
GET: required
Pagination and ordering are not available, but you can use any other parameter, such as method and resource, to query by particular object properties
Returns all properties excepting body and response of each trigger
/triggers.json
Authentication
POST: required
Request body must obey the specifications of this model
All triggers created this way (not automatically) will be marked as fake, having the property fake equals to true
/triggers/[_id].json
Authentication
GET, DELETE: required
In read requests, response body will follow this model, triggers created manually (forced) will be marked as fake, having the property fake equals to true