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 ​
- Go to Connections and click New Connection.
- Pick Shopify from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /products.json | List products |
| POST /products.json | Create a product |
| GET /products/{product_id}.json | Get a product |
| GET /orders.json | List orders |
| GET /orders/{order_id}.json | Get an order |
| GET /customers.json | List customers |
| POST /customers.json | Create a customer |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.