BigCommerce · Schema

StatusUpdate_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
return_id integer The ID of the return for which the status should be updated.
new_status object
View JSON Schema on GitHub

JSON Schema

bigcommerce-statusupdate-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatusUpdate_Full",
  "title": "StatusUpdate_Full",
  "type": "object",
  "properties": {
    "return_id": {
      "type": "integer",
      "format": "int64",
      "description": "The ID of the return for which the status should be updated."
    },
    "new_status": {
      "$ref": "#/components/schemas/Status_Full"
    }
  },
  "x-internal": false
}