VTEX · Schema

Interactions

Object containing the reference route of transaction interactions.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
href string Transaction interaction reference route.
View JSON Schema on GitHub

JSON Schema

vtex-interactions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Interactions",
  "title": "Interactions",
  "required": [
    "href"
  ],
  "type": "object",
  "description": "Object containing the reference route of transaction interactions.",
  "properties": {
    "href": {
      "type": "string",
      "description": "Transaction interaction reference route."
    }
  }
}