Loop Returns · Example Payload

Loop Returns Webhook Example

ReturnsE-CommerceExchangesRefundsShippingPost-PurchaseShopifyFraud PreventionRetail

Loop Returns Webhook Example is an example object payload from Loop Returns, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idshop_idtopictriggerurlstatus

Example Payload

Raw ↑
{
  "id": 12345,
  "shop_id": 65432,
  "topic": "return",
  "trigger": "return.created",
  "url": "https://example.com/webhook/loop-returns",
  "status": "active"
}