Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 525 Bytes

signals.rst

File metadata and controls

30 lines (17 loc) · 525 Bytes

Oscar API Signals

An overview of the signals defined by Oscar API.

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