feat: first step of adding core charge functionality

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-04-24 16:38:08 +07:00
parent 649a54891c
commit e3f564ca77
12 changed files with 412 additions and 28 deletions

View File

@@ -44,6 +44,12 @@ const productFragment = /* GraphQL */ `
amount
currencyCode
}
coreCharge: metafield(namespace: "custom", key: "core_charge") {
value
}
waiverAvailable: metafield(namespace: "custom", key: "waiver_available") {
value
}
}
}
}