Shopify
Tools
Name & Description | Type |
---|---|
SHOPIFY_COUNT_PRODUCT_IMAGESRetrieves the total count of images for a Shopify product, useful for inventory management or display logic; the provided `product id` must exist in the store. | action |
SHOPIFY_CREATE_CUSTOMERTool to create a new customer in Shopify. | action |
SHOPIFY_CREATE_CUSTOM_COLLECTIONCreates a new custom collection in a Shopify store, requiring a unique title for manually curated product groupings (e. | action |
SHOPIFY_CREATE_ORDERCreates a new order in Shopify, typically requiring line items; if `customer id` is provided, it must correspond to an existing customer. | action |
SHOPIFY_CREATE_PRODUCTCreates a new product in a Shopify store; a product title is generally required. | action |
SHOPIFY_CREATE_PRODUCT_IMAGETool to create a new product image for a given product. | action |
SHOPIFY_GET_ALL_CUSTOMERSRetrieves customer records from a Shopify store, with options for filtering, selecting specific fields, and paginating through the results. | action |
SHOPIFY_GET_CUSTOMERRetrieves detailed information for a specific customer from a Shopify store, provided their valid and existing `customer id`. | action |
SHOPIFY_GET_SHOP_DETAILSRetrieves comprehensive administrative information about the authenticated Shopify store, as defined by the Shopify API. | action |
SHOPIFY_ADD_PRODUCT_TO_COLLECTIONAdds a product to an existing *custom collection*, optionally specifying its `position` if the collection is manually sorted. | action |
SHOPIFY_DELETE_CUSTOM_COLLECTIONPermanently deletes a custom collection from a Shopify store using its `collection id`; this action is irreversible and requires a valid, existing `collection id`. | action |
SHOPIFY_DELETE_PRODUCTDeletes a specific, existing product from a Shopify store using its unique product id; this action is irreversible. | action |
SHOPIFY_DELETE_PRODUCT_IMAGEDeletes a specific image from a product in Shopify, requiring the `product id` of an existing product and the `image id` of an image currently associated with that product. | action |
SHOPIFY_GET_COLLECTION_BY_IDRetrieves a specific Shopify collection by its `collection id`, optionally filtering returned data to specified `fields`. | action |
SHOPIFY_GET_COLLECTSRetrieves a list of collects from a Shopify store, where a collect links a product to a custom collection. | action |
SHOPIFY_GET_COLLECTS_COUNTRetrieves the total count of collects (product-to-collection associations) in a Shopify store. | action |
SHOPIFY_GET_CUSTOMER_ORDERSRetrieves all orders for a specific, existing customer in Shopify using their unique customer id. | action |
SHOPIFY_GET_CUSTOM_COLLECTIONSRetrieves a list of custom collections from a Shopify store, optionally filtered by ids, product id, or handle. | action |
SHOPIFY_GET_CUSTOM_COLLECTIONS_COUNTRetrieves the total number of custom collections in a Shopify store. | action |
SHOPIFY_GET_ORDERSBY_IDRetrieves a specific Shopify order by its unique id, which must correspond to an existing order. | action |
SHOPIFY_GET_ORDER_LISTRetrieves a list of orders from Shopify using default API settings and filters. | action |
SHOPIFY_GET_PRODUCTRetrieves details for an existing Shopify product using its unique product id. | action |
SHOPIFY_GET_PRODUCTSRetrieves a list of products from a Shopify store. | action |
SHOPIFY_GET_PRODUCTS_COUNTRetrieves the total, unfiltered count of all products in a Shopify store. | action |
SHOPIFY_GET_PRODUCTS_IN_COLLECTIONRetrieves all products within a specified Shopify collection, requiring a valid `collection id`. | action |
SHOPIFY_GET_PRODUCT_IMAGERetrieves detailed information for a specific product image, identified by its id and its associated product id, from a Shopify store. | action |
SHOPIFY_GET_PRODUCT_IMAGESRetrieves all images for a Shopify product, specified by its `product id` which must correspond to an existing product. | action |
SHOPIFY_UPDATE_ORDERUpdates the phone number for an existing Shopify order, identified by its id; pass `phone=none` to remove the current phone number. | action |