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
{
"$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}"
}
}