Skip to main content
WEBHOOK
order.refunded
{
  "orderId": "<string>",
  "refundedItems": [
    {
      "id": "<string>",
      "quantity": 123
    }
  ],
  "refundedAt": "2023-11-07T05:31:56Z",
  "externalOrderId": "<string>",
  "externalCustomerId": "<string>"
}
{}

Body

application/json
orderId
string
required

Benny API's order ID.

refundedItems
object[]
required

The refunded items.

refundedAt
string<date-time>
required

The UTC time of the refund.

externalOrderId
string

Your organization's representation of the order ID.

externalCustomerId
string

Your organization's representation of the customer ID.

Response

200 - application/json

Webhook received successfully.

The response is of type object.