From c28d9599316713ac843efc11f11aae73835388a8 Mon Sep 17 00:00:00 2001 From: mohamedmamdouh22 Date: Tue, 17 Mar 2026 15:47:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20update=20Shopify=20exampl?= =?UTF-8?q?e=20parameters=20to=20reflect=20new=20product=20details=20and?= =?UTF-8?q?=20store=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.parameters/api/shopify-details/default.json | 14 +++++--------- .../.parameters/api/shopify-list/default.json | 2 +- .../.parameters/api/shopify-details/default.json | 14 +++++--------- .../.parameters/api/shopify-list/default.json | 4 ++-- 4 files changed, 13 insertions(+), 21 deletions(-) diff --git a/python-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json b/python-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json index 4fed052c..33c70fc9 100644 --- a/python-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json +++ b/python-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json @@ -1,13 +1,9 @@ { - "name": "Cotton Summer T-Shirts for Newborn Baby Boys and Girls - # BAAA1111010003", - "vendor": "Yo KIDZ LLC", - "product_type": "Baby & Toddler clothing", + "name": "Engaged 3D Wax Seals", + "vendor": "Artisaire x Nancy Moy Calligraphy", + "product_type": "Wax Seals", "tags": [ - "Girls", - "Shirt", - "Shopify Collective", - "T-shirt", - "Yo KIDZ LLC" + "wedding" ], - "details_url": "https://goodfair1.myshopify.com/products/cotton-summer-t-shirts-for-newborn-baby-boys-and-girls-baaa1111010003" + "details_url": "https://artisaire.com/products/engaged-3d-wax-seals" } \ No newline at end of file diff --git a/python-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json b/python-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json index c3ac5921..e8b53f1e 100644 --- a/python-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json +++ b/python-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json @@ -1,4 +1,4 @@ { - "store_url": "https://goodfair1.myshopify.com/", + "store_url": "https://artisaire.com/", "max_pages": 10 } \ No newline at end of file diff --git a/typescript-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json b/typescript-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json index 4fed052c..33c70fc9 100644 --- a/typescript-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json +++ b/typescript-examples/e-commerce-shopify/.parameters/api/shopify-details/default.json @@ -1,13 +1,9 @@ { - "name": "Cotton Summer T-Shirts for Newborn Baby Boys and Girls - # BAAA1111010003", - "vendor": "Yo KIDZ LLC", - "product_type": "Baby & Toddler clothing", + "name": "Engaged 3D Wax Seals", + "vendor": "Artisaire x Nancy Moy Calligraphy", + "product_type": "Wax Seals", "tags": [ - "Girls", - "Shirt", - "Shopify Collective", - "T-shirt", - "Yo KIDZ LLC" + "wedding" ], - "details_url": "https://goodfair1.myshopify.com/products/cotton-summer-t-shirts-for-newborn-baby-boys-and-girls-baaa1111010003" + "details_url": "https://artisaire.com/products/engaged-3d-wax-seals" } \ No newline at end of file diff --git a/typescript-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json b/typescript-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json index f4c879da..6e2d3458 100644 --- a/typescript-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json +++ b/typescript-examples/e-commerce-shopify/.parameters/api/shopify-list/default.json @@ -1,4 +1,4 @@ { - "store_url": "https://goodfair1.myshopify.com/", - "maxPages": 10 + "store_url": "https://artisaire.com/", + "maxPages": 2 } \ No newline at end of file