VTEX · Schema

response3

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
id string Transaction identification.
_self object
View JSON Schema on GitHub

JSON Schema

vtex-response3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/response3",
  "title": "response3",
  "type": "object",
  "required": [
    "id",
    "_self"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Transaction identification.",
      "example": "268"
    },
    "_self": {
      "$ref": "#/components/schemas/Self"
    }
  }
}