export const TAGS = { customer: 'customer' }; //ENVs export const SHOPIFY_CUSTOMER_ACCOUNT_API_URL = process.env.SHOPIFY_CUSTOMER_ACCOUNT_API_URL || ''; export const SHOPIFY_CLIENT_ID = process.env.SHOPIFY_CUSTOMER_ACCOUNT_API_CLIENT_ID || ''; export const SHOPIFY_CUSTOMER_API_VERSION = process.env.SHOPIFY_CUSTOMER_API_VERSION || ''; export const SHOPIFY_USER_AGENT = '*'; export const SHOPIFY_ORIGIN = process.env.SHOPIFY_ORIGIN_URL || '';