Skip to main content
POST
New order webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
order_id
string

Unique order identifier

status
string

Order Status

customer
object
items
object[]
total
number

Order Total

Response

Order successfully notified

status
string
Example:

"OK"