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

Examples:

"happy.returns.shipment"

trigger
string

Event that triggered the webhook

Examples:

"shipment.processed"

loop_shipment_id
integer

Loop shipment ID

Examples:

123

happy_returns_shipment_id
string

Shipment ID from Happy Returns

Examples:

"67891"

Response

200

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