partial implementation of product update
This commit is contained in:
@ -6,6 +6,7 @@ import { runShopifyOrders } from "./shopifyApi"
|
||||
import {
|
||||
initMenu,
|
||||
matchProductToShopifyHandler,
|
||||
updateShopifyProductHandler,
|
||||
reauthorizeScript,
|
||||
} from "./initMenu"
|
||||
import { reinstallTriggers } from "./triggers"
|
||||
@ -15,6 +16,7 @@ import { newSkuHandler } from "./newSku"
|
||||
;(global as any).getShopifyProducts = getShopifyProducts
|
||||
;(global as any).runShopifyOrders = runShopifyOrders
|
||||
;(global as any).matchProductToShopifyHandler = matchProductToShopifyHandler
|
||||
;(global as any).updateShopifyProductHandler = updateShopifyProductHandler
|
||||
;(global as any).reauthorizeScript = reauthorizeScript
|
||||
;(global as any).reinstallTriggers = reinstallTriggers
|
||||
;(global as any).newSkuHandler = newSkuHandler
|
||||
|
||||
Reference in New Issue
Block a user