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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user