Skip to main content
POST
return

Authorizations

Authorization
string
header
required

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

Body

application/json

Return event webhook.

Return event

at
string<date-time>

Event time

order
Order · object

Order for return.

return
Return · object

Return.

type
enum<string>

Event type

Available options:
backfill,
created,
updated

Response

Success. Return a 2xx status code to indicate success.