WEBHOOK
HappyReturnsShipmentProcessed
{
  "topic": "happy.returns.shipment",
  "trigger": "shipment.processed",
  "loop_shipment_id": 123,
  "happy_returns_shipment_id": "67891"
}

Body

application/json
topic
string

Webhook type

Example:

"happy.returns.shipment"

trigger
string

Event that triggered the webhook

Example:

"shipment.processed"

loop_shipment_id
integer

Loop shipment ID

Example:

123

happy_returns_shipment_id
string

Shipment ID from Happy Returns

Example:

"67891"

Response

200

Return a 200 status to indicate that the data was received successfully