BigCommerce · Schema

UpdateReturnStatuses

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-updatereturnstatuses-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateReturnStatuses",
  "title": "UpdateReturnStatuses",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "integer",
        "format": "int64",
        "description": "The ID of the return for which the status was updated."
      },
      "status": {
        "$ref": "#/components/schemas/Status_Full"
      }
    }
  },
  "x-internal": false
}