Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
labelapi_docs_current_version


Description
Our

Notifications System can be used to update you about new orders as well as changes to an order.


Simply provide a URL where you would like us to send notifications and we will send a POST to that URL with three parameters: recipientevent_type and bodyevent_type will be an indicator or what action took place and body will contain JSON to show the new changes.

We have notifications that apply to both Sellers and Buyers and the recipient parameter indicates whether you are the buyer or the seller for the given order.

If your server does not respond at all or responds with a non-successful error code we will reattempt the notification 10, 120, 600, and 3600 seconds later. If there still has not been a successful response no more attempts will be made.

Seller Notifications

New Order

...