
* Add CMS hub app * Cleanup * Refactor CMS product variants webhooks * Test utils 1 * Remove legacy code * Add .env example * Update types * Remove unused code * Fix cms client opertions settings test * Fix pnpm-lock file * Bump typescript to 4.9, support satisfies expressions
764 B
764 B
DatoCMS
Configuration
DatoCMS integration requires several configuration tokens. You should enter them in the Apps -> CMS configuration view.
Here is the list of the tokens and instructions on how to obtain them
baseUrl
: the optional URL to your DatoCMS project. If you leave this blank, this URL will be inferred from your API Token.token
: the API token with access to Content Management API. You can find this in your DatoCMS project settings.itemTypeId
: item type ID (number). You can find this as Model ID in your DatoCMS product variant model settings, by clicking "Edit model".environment
: optional environment name. If you leave this blank, default environment will be used. You can find this in your DatoCMS project settings.