Skip to content

Shopify ​

Manage products, orders, and customers in your Shopify store.

DetailValue
CategoryE-commerce
Base URLhttps://{shop}.myshopify.com/admin/api/2024-01
AuthenticationAPI Key
Endpoints7
Connector keyshopify

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 ​

EndpointSummary
GET /products.jsonList products
POST /products.jsonCreate a product
GET /products/{product_id}.jsonGet a product
GET /orders.jsonList orders
GET /orders/{order_id}.jsonGet an order
GET /customers.jsonList customers
POST /customers.jsonCreate a customer

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.