shopify.utils

October 2, 2023 ยท View on GitHub

This object contains generic helper functions that might simplify app code.

PropertyDescription
sanitizeShopValidates and sanitizes Shopify shop domains to make user input safer.
sanitizeHostValidates and sanitizes the host argument from Shopify for embedded apps.
validateHmacValidates the HMAC signature in requests from Shopify.
versionCompatibleChecks whether the current library version is equal to or newer than the given API version.
versionPriorToChecks whether the current library version is older than the given API version.

Back to shopifyApi