BigCommerce · Schema

Status_Full

The status of the return.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-status-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Status_Full",
  "title": "Status_Full",
  "type": "string",
  "enum": [
    "CLOSED",
    "OPEN",
    "REMOVED"
  ],
  "description": "The status of the return.",
  "x-internal": false
}