BigCommerce · Schema

RefundQuote_Post

Request body for refund quotes.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

bigcommerce-refundquote-post-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RefundQuote_Post",
  "title": "RefundQuote_Post",
  "type": "object",
  "description": "Request body for refund quotes.",
  "x-internal": false,
  "x-examples": {},
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ItemsRefund"
      }
    }
  },
  "required": [
    "items"
  ]
}