Oscar API Signals

An overview of the signals defined by Oscar API.

oscarapi_post_checkout

class oscarapi.signals.oscarapi_post_checkout

Raised when an order is successfully placed with the checkout API call

Arguments sent with this signal:

order

The currently placed order

user

The user in question

request

The request instance

response

The response instance