Shopify
E-Commerce

Shopify Connector

Connect to Shopify to manage products, orders, and customers via the REST Admin API.

$pip install "toolsconnector[shopify]"
27
Actions
E-Commerce
Category
Free
Apache 2.0

All 27 Actions

Action Description Parameters Returns
cancel_order ⚠Cancel an orderorder_idShopifyOrder
complete_draft_order ⚠Complete a draft orderdraft_order_idShopifyDraftOrder
count_productsCount products in your Shopify storeint
create_customer ⚠Create a new customeremail  [first_name, last_name]ShopifyCustomer
create_discount ⚠Create a price rule / discounttitle, value, typedict
create_draft_order ⚠Create a draft orderline_items  [customer, note]ShopifyDraftOrder
create_product ⚠Create a new product in your Shopify storetitle  [body_html, vendor, product_type, variants]ShopifyProduct
create_product_variant ⚠Create a variant for a productproduct_id, option1, price  [sku]ShopifyVariant
create_webhook ⚠Create a webhook subscriptiontopic, address  [format_]ShopifyWebhook
delete_product ⚠Delete a product from your Shopify storeproduct_idbool
fulfill_order ⚠Fulfill an orderorder_id  [tracking_number, tracking_company]dict
get_customerGet a single Shopify customer by IDcustomer_idShopifyCustomer
get_orderGet a single Shopify order by IDorder_idShopifyOrder
get_productGet a single Shopify product by IDproduct_idShopifyProduct
list_collectionsList collections from your Shopify store[limit]list
list_customersList customers from your Shopify store[limit, since_id]PaginatedList[ShopifyCustomer]
list_draft_ordersList draft orders from your Shopify store[limit, since_id]PaginatedList[ShopifyDraftOrder]
list_fulfillmentsList fulfillments for an orderorder_idlist
list_inventory_levelsList inventory levels by location[location_id]list
list_locationsList locations for your Shopify storelist
list_ordersList orders from your Shopify store[status, limit, since_id]PaginatedList[ShopifyOrder]
list_product_variantsList variants for a productproduct_idlist
list_productsList products from your Shopify store[limit, since_id]PaginatedList[ShopifyProduct]
list_webhooksList webhooks from your Shopify store[limit]list
update_inventoryUpdate inventory quantity for an iteminventory_item_id, availabledict
update_orderUpdate an existing orderorder_id  [note]ShopifyOrder
update_product ⚠Update an existing Shopify productproduct_id  [title, body_html]ShopifyProduct
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing