VTEX · Schema

RegisterChange

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
date string Date of order change.
orderId string ID of the order.
receipt string Receipt identification.
View JSON Schema on GitHub

JSON Schema

vtex-registerchange-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RegisterChange",
  "title": "RegisterChange",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Date of order change."
    },
    "orderId": {
      "type": "string",
      "description": "ID of the order."
    },
    "receipt": {
      "type": "string",
      "description": "Receipt identification."
    }
  }
}