feat(shopify): register new tools in credential specs

Add shopify_update_product, shopify_get_customer, and
shopify_create_draft_order to both Shopify credential specs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Timothy
2026-03-09 13:40:28 -07:00
parent f2998fe098
commit 7f34e95ec6
@@ -17,6 +17,9 @@ SHOPIFY_CREDENTIALS = {
"shopify_get_product",
"shopify_list_customers",
"shopify_search_customers",
"shopify_update_product",
"shopify_get_customer",
"shopify_create_draft_order",
],
required=True,
startup_required=False,
@@ -43,6 +46,9 @@ SHOPIFY_CREDENTIALS = {
"shopify_get_product",
"shopify_list_customers",
"shopify_search_customers",
"shopify_update_product",
"shopify_get_customer",
"shopify_create_draft_order",
],
required=True,
startup_required=False,