Supported events

Type of events

This is a list of all the types of events we currently send. We may add more at any time, so in developing and maintaining your code, you should not assume that only these types exist.

You’ll notice that these events follow a pattern: {resource}.{action}.
The {resource} is the object that the event is related to and {action} is the action that was performed on the resource or subresource.
The action is usually one of the following (non-exhaustive): created, updated, deleted, and more others.

Supported events

Event TypeDescription
order.createdOccurs whenever an order has been created
order.updatedOccurs whenever an order has been updated
order.cancelledOccurs whenever an order has been cancelled.
order.orchestratedOccurs whenever an order has been orchestrated.
preparation_request.createdOccurs whenever a preparation request has been created.
preparation_request.acceptedOccurs whenever a preparation request has been accepted.
preparation_request.refusedOccurs whenever a preparation request has been refused.
preparation_request.cancelledOccurs whenever a preparation request has been cancelled.
preparation_request.preparedOccurs whenever a preparation request has been prepared.
preparation_request.available_in_storeOccurs whenever a preparation request is available in store.
preparation_request.pickup_partialOccurs whenever a preparation request has partial pickup.
preparation_request.pickup_refusedOccurs whenever a preparation request has his pickup refused.
preparation_request.pickup_completedOccurs whenever a preparation request has his pickup completed.
stock.updatedOccurs whenever a stock has been updated for an item
location.createdOccurs whenever a location has been created
location.updatedOccurs whenever a location has been updated
location.deletedOccurs whenever a location has been deleted
item.createdOccurs whenever an item has been created
item.updatedOccurs whenever an item has been updated
item.deletedOccurs whenever an item has been deleted
rma.createdOccurs whenever an RMA has been created
rma.updatedOccurs whenever an RMA has been updated
rma.authorizedOccurs whenever an RMA has been authorized
rma.confirmedOccurs whenever an RMA has been confirmed
rma.closedOccurs whenever an RMA has been closed
transaction.createdOccurs whenever an order transaction has been created
transaction.updatedOccurs whenever an order transaction has been updated
fulfillment.createdOccurs whenever a fulfillment has been created
refund.createdOccurs whenever a refund has been created
device.createdOccurs whenever a device has been created
device.updatedOccurs whenever a device has been updated
device.deletedOccurs whenever a device has been deleted

Did this page help you?