publish to online store
This commit is contained in:
@ -6,6 +6,8 @@ export class Config {
|
||||
shopifyApiSecretKey: string
|
||||
shopifyAdminApiAccessToken: string
|
||||
shopifyApiURI: string
|
||||
shopifyStorePublicationId: string
|
||||
|
||||
|
||||
constructor() {
|
||||
let ss = SpreadsheetApp.getActive()
|
||||
@ -41,5 +43,11 @@ export class Config {
|
||||
"shopifyApiURI",
|
||||
"value"
|
||||
)
|
||||
this.shopifyStorePublicationId = vlookupByColumns(
|
||||
"vars",
|
||||
"key",
|
||||
"shopifyStorePublicationId",
|
||||
"value"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user