@plasmicpkgs/commerce-shopify 0.0.15 → 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.
- package/dist/commerce-shopify.cjs.development.js +8 -2
- package/dist/commerce-shopify.cjs.development.js.map +1 -1
- package/dist/commerce-shopify.cjs.production.min.js +1 -1
- package/dist/commerce-shopify.cjs.production.min.js.map +1 -1
- package/dist/commerce-shopify.esm.js +8 -2
- package/dist/commerce-shopify.esm.js.map +1 -1
- package/package.json +3 -3
|
@@ -2395,8 +2395,14 @@ var commerceProviderMeta = {
|
|
|
2395
2395
|
name: "plasmic-commerce-shopify-provider",
|
|
2396
2396
|
displayName: "Shopify Provider",
|
|
2397
2397
|
props: {
|
|
2398
|
-
storeDomain:
|
|
2399
|
-
|
|
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",
|