v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Refund

get/sites/multiscreen/{site_name}/ecommerce/orders/{order_id}/refunds/{refund_id}

Path parameters

site_namestring required

The unique identifier for the target Site.

order_idstring required

The unique identifier for the target Order.

refund_idstring required

The unique identifier for the target Refund.

Response

200

createdstring
currencystring
idstring
order_idstring
reasonstring
subtotalinteger
totalinteger
transaction_idstring

Example response

{
  "created": "2024-03-15T18:00:06.934Z",
  "currency": "string",
  "id": "string",
  "items": [
    {
      "id": "string",
      "taxes": [
        {
          "id": "string",
          "name": "string",
          "provider": "BUILT_IN"
        }
      ]
    }
  ],
  "order_id": "string",
  "reason": "string",
  "tax_provider": {
    "avalara_reference_id": "string",
    "provider": "BUILT_IN"
  },
  "taxes": [
    {
      "id": "string",
      "name": "string",
      "provider": "BUILT_IN"
    }
  ],
  "transaction_id": "string"
}