diff --git a/channelAdapters/shopify.js b/channelAdapters/shopify.js index bad048d..adc6200 100644 --- a/channelAdapters/shopify.js +++ b/channelAdapters/shopify.js @@ -21,6 +21,10 @@ const REQUIRED_SCOPES = [ "read_merchant_managed_fulfillment_orders", ]; +export function scopes(){ + return REQUIRED_SCOPES +} + // Function to search products export async function searchProducts({ domain, accessToken, searchEntry }) { const shopifyClient = new GraphQLClient(