# Setup ## SetupCheckConsistency - Check initialized data - [GET /api/setup/check-consistency](https://developer.mirakl.com/content/connector/operator/shopify/app-operator-shopify/rest/public/openapi3/setup/setupcheckconsistency.md): Description: Verifies whether the data initialized during the application's installation is still up to date. It compares the currently used data with the initial or expected version and returns an update status indicator. This ensures data consistency and helps detect potential refresh needs.Call FrequencyRecommended usage: - When you need to check initialized data ## SetupUpdate - Update initialized data - [POST /api/setup/update](https://developer.mirakl.com/content/connector/operator/shopify/app-operator-shopify/rest/public/openapi3/setup/setupupdate.md): Updates all the data that was initialized during the application's installation. It ensures that the latest versions of the required data are applied, maintaining consistency and preventing outdated information from affecting the system's functionality.Call FrequencyRecommended usage: - When you need to update initialized data