--- title: 'Shopify' description: 'Manage products, orders, and customers in your Shopify store.' --- # Shopify Manage products, orders, and customers in your Shopify store. | Detail | Value | |---|---| | Category | E-commerce | | Base URL | `https://{shop}.myshopify.com/admin/api/2024-01` | | Authentication | API Key | | Endpoints | 7 | | Connector key | `shopify` | ## Using Shopify in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Shopify** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /products.json](./get_products_json_ecommerce_listproducts) | List products | | [POST /products.json](./post_products_json_ecommerce_createproduct) | Create a product | | [GET /products/{product_id}.json](./get_products_product_id_json_ecommerce_getproduct) | Get a product | | [GET /orders.json](./get_orders_json_ecommerce_listorders) | List orders | | [GET /orders/{order_id}.json](./get_orders_order_id_json_ecommerce_getorder) | Get an order | | [GET /customers.json](./get_customers_json_ecommerce_listcustomers) | List customers | | [POST /customers.json](./post_customers_json_ecommerce_createcustomer) | Create a customer | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.