Receive a webhook delivery of warranty update

post
/your-webhook-receiver-endpoint

Notice: This endpoint is the specification of how you shall implement your webhook handler for AfterShip Warranty, in case you want to receive updates and sync them into your own system.

Please note that you can define URLs freely. /your-webhook-receiver-endpoint is just an example. We accept all the URLs that are HTTPS protected. You can register your own base URL upon registration.

as-signature-hmac-sha256
string

Webhook signature

Example:
QbuJUExfJz0NnRHlwRzX1UU2gZK+v3urueXYK67tdlA=
id
string
event
string
version
string
created_at
string<date-time>
data
object
warranty
object
required
warranty_shipment
object
current_context
CurrentContext
id
string
note
string
items
array[item]
order
object
status
Allowed values:
under_reviewapprovedin_processcompletedrejectedcanceled
flow_type
Allowed values:
no_order_numberrequired_order_number
created_at
string<date-time>
process_at
string<date-time> or null
rma_number
string
updated_at
string<date-time>
approved_at
string<date-time> or null
canceled_at
string<date-time> or null
rejected_at
string<date-time> or null
completed_at
string<date-time> or null
organization
object
cancel_reason
string<date-time> or null
reject_reason
string<date-time> or null
dynamic_fields
object
inbound_shipments
array[shipment] or null
outbound_shipments
array[shipment] or null
Parameters
:
Body
preparing...