Shopify
Learn how to use Shopify with Composio
Overview
Enum
SHOPIFY
Description
A leading global commerce platform that allows anyone to sell online and in person.
Authentication Details
API_KEY
OAUTH2
Actions
SHOPIFY_GET_CUSTOM_COLLECTIONS
Retrieves a list of custom collections from shopify.
Action Parameters
Action Response
SHOPIFY_GET_PRODUCTS
Retrieves a list of products from shopify.
Action Parameters
Action Response
SHOPIFY_CREATE_PRODUCT
Creates a product on shopify.
Action Parameters
Action Response
SHOPIFY_GET_CUSTOM_COLLECTIONS_COUNT
Retrieves the count of custom collections from shopify.
Action Parameters
Action Response
SHOPIFY_GET_SHOP_DETAILS
Gets the details of a shop in shopify.
Action Parameters
Action Response
SHOPIFY_GET_PRODUCTS_IN_COLLECTION
Retrieves a list of products belonging to a specific collection from shopify.
Action Parameters
Action Response
SHOPIFY_GET_CUSTOMER_ORDERS
Retrieves a complete list of orders associated with a specific customer from shopify. this action makes a get request to shopify’s api to fetch all orders placed by a customer, identified by their customer id. the response includes full order details such as order items, shipping information, payment status, etc. returns: getcustomerordersresponse containing the raw json response from shopify’s api
Action Parameters
Action Response
SHOPIFY_UPDATE_ORDER
Updates an order on shopify.
Action Parameters
Action Response
SHOPIFY_DELETE_PRODUCT_IMAGE
Deletes a product image from shopify.
Action Parameters
Action Response
SHOPIFY_GET_PRODUCT_IMAGES
Gets a list of all product images from shopify.
Action Parameters
Action Response
SHOPIFY_COUNT_PRODUCT_IMAGES
Gets a count of all product images from shopify.
Action Parameters
Action Response
SHOPIFY_GET_ORDER_LIST
Gets a list of all orders from shopify.
Action Parameters
Action Response
SHOPIFY_CREATE_CUSTOM_COLLECTION
Creates a custom collection in shopify.
Action Parameters
Action Response
SHOPIFY_DELETE_PRODUCT
Deletes a product from shopify.
Action Parameters
Action Response
SHOPIFY_DELETE_CUSTOM_COLLECTION
Deletes a custom collection in shopify.
Action Parameters
Action Response
SHOPIFY_GET_PRODUCT_IMAGE
Gets a single product image from shopify.
Action Parameters
Action Response
SHOPIFY_GET_COLLECTS_COUNT
Retrieves the count of collects from shopify.
Action Parameters
Action Response
SHOPIFY_GET_COLLECTS
Retrieves a list of collects from shopify.
Action Parameters
Action Response
SHOPIFY_GET_ALL_CUSTOMERS
Retrieves all customers or specified customers from shopify.
Action Parameters
Action Response
SHOPIFY_CREATE_ORDER
Creates an order on shopify.
Action Parameters
Action Response
SHOPIFY_GET_COLLECTION_BY_ID
Retrieves a specific collect by its id from shopify.
Action Parameters
Action Response
SHOPIFY_ADD_PRODUCT_TO_COLLECTION
Adds a product to a custom collection in shopify.
Action Parameters
Action Response
SHOPIFY_GET_CUSTOMER
Retrieves a customer from shopify by customer id.
Action Parameters
Action Response
SHOPIFY_GET_ORDERSBY_ID
Gets a list of all orders from shopify.
Action Parameters
Action Response
SHOPIFY_GET_PRODUCTS_COUNT
Retrieves the count of products from shopify.
Action Parameters
Action Response
SHOPIFY_GET_PRODUCT
Retrieves a single product from shopify.
Action Parameters
Action Response