BigCommerce · Schema

Refund

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Properties

Name Type Description
id integer Refund resource ID.
order_id integer Reference to order ID.
user_id integer Reference to the userʼs ID who create this refund. This is automatically populated by BigCommerce.
created string Timestamp of when this refund was created.
reason string Reason for refund.
total_amount object
total_tax number Total tax amount refunded back to the shopper. Note: `order_level_amount` does not affect tax liability. This can be a negative amount indicating we have collected tax by refunding less to the custome
uses_merchant_override_values boolean Whether refund amount and tax are provided explicitly by merchant override.
items array Array of items refunded.
payments array An array of refund payments made to payment providers.
View JSON Schema on GitHub

JSON Schema

bigcommerce-refund-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Refund",
  "title": "Refund",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Refund resource ID.",
      "readOnly": true
    },
    "order_id": {
      "type": "integer",
      "description": "Reference to order ID."
    },
    "user_id": {
      "type": "integer",
      "description": "Reference to the user\u02bcs ID who create this refund. This is automatically populated by BigCommerce.",
      "readOnly": true
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of when this refund was created.",
      "readOnly": true
    },
    "reason": {
      "type": "string",
      "description": "Reason for refund."
    },
    "total_amount": {
      "$ref": "#/components/schemas/Amount"
    },
    "total_tax": {
      "type": "number",
      "description": "Total tax amount refunded back to the shopper. Note: `order_level_amount` does not affect tax liability. This can be a negative amount indicating we have collected tax by refunding less to the customer."
    },
    "uses_merchant_override_values": {
      "type": "boolean",
      "description": "Whether refund amount and tax are provided explicitly by merchant override."
    },
    "items": {
      "type": "array",
      "description": "Array of items refunded.",
      "minItems": 1,
      "items": {
        "$ref": "#/components/schemas/RefundItem"
      }
    },
    "payments": {
      "type": "array",
      "description": "An array of refund payments made to payment providers.",
      "minItems": 1,
      "items": {
        "$ref": "#/components/schemas/RefundPayment"
      }
    }
  },
  "x-internal": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-refund"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.