@plasmicpkgs/commerce-shopify 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2395,8 +2395,14 @@ var commerceProviderMeta = {
2395
2395
  name: "plasmic-commerce-shopify-provider",
2396
2396
  displayName: "Shopify Provider",
2397
2397
  props: {
2398
- storeDomain: "string",
2399
- accessToken: "string"
2398
+ storeDomain: {
2399
+ type: "string",
2400
+ defaultValue: "next-js-store.myshopify.com"
2401
+ },
2402
+ accessToken: {
2403
+ type: "string",
2404
+ defaultValue: "ef7d41c7bf7e1c214074d0d3047bcd7b"
2405
+ }
2400
2406
  },
2401
2407
  description: "Your store domain should look like **storename.myshopify.com**.\n For your access token, get it by following [this video](https://www.youtube.com/watch?v=wB_6cM7tdv4).",
2402
2408
  importPath: "@plasmicpkgs/commerce-shopify",