VTEX · Schema

CreatetokenRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
apiKey string The `API KEY` previously generated by the Pick and Pack team. To contact the team, fill out our [form](https://vtex.com/us-en/contact) and indicate the name of the Pick and Pack product in the `Commen
View JSON Schema on GitHub

JSON Schema

vtex-createtokenrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatetokenRequest",
  "title": "CreatetokenRequest",
  "required": [
    "apiKey"
  ],
  "type": "object",
  "properties": {
    "apiKey": {
      "type": "string",
      "description": "The `API KEY` previously generated by the Pick and Pack team. To contact the team, fill out our [form](https://vtex.com/us-en/contact) and indicate the name of the Pick and Pack product in the `Comments` section."
    }
  },
  "example": {
    "apiKey": "{pnpApiKey}"
  }
}