set up admin api

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-25 10:58:06 +07:00
parent b2efb59f5c
commit 0bf01447f6
5 changed files with 70 additions and 5 deletions

View File

@@ -20,7 +20,8 @@ export const validateEnvironmentVariables = () => {
'SHOPIFY_CUSTOMER_ACCOUNT_API_CLIENT_ID',
'SHOPIFY_CUSTOMER_ACCOUNT_API_URL',
'SHOPIFY_CUSTOMER_API_VERSION',
'SHOPIFY_ORIGIN_URL'
'SHOPIFY_ORIGIN_URL',
'SHOPIFY_ADMIN_API_ACCESS_TOKEN'
];
const missingEnvironmentVariables = [] as string[];