BigCommerce · Schema

Refund Quotes Request - BATCH

Request body for batch refund quotes.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-postrefundquotesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostRefundQuotesRequest",
  "title": "Refund Quotes Request - BATCH",
  "type": "array",
  "description": "Request body for batch refund quotes.",
  "items": {
    "$ref": "#/components/schemas/RefundQuote_Post"
  },
  "x-internal": false
}