Shopify

community_shopify · action · Utility · Available · v1.0.0

Description

Enterprise connector for Shopify via the official Admin REST API: orders, products, customers and inventory operations covering the standard e-commerce automation cycle.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
getOrdercreateOrderlistProductscreateProduct
yesgetOrder
orderId
Order ID
expressionno
450789469
ID numerico ordine. Obbligatorio per getOrder. Supporta {{input.orderId}}.
orderJson
Order (JSON)
expressionno
{"line_items":[{"variant_id":447654529,"quantity":1}],"email":"[email protected]"}
Corpo ordine per createOrder (oggetto Shopify "order" senza wrapper).
productJson
Product (JSON)
expressionno
{"title":"T-Shirt","variants":[{"price":"19.90"}]}
Corpo prodotto per createProduct (oggetto Shopify "product" senza wrapper).
limit
Limit (listProducts)
numberno50Max prodotti per listProducts (1-250).
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-community_shopify-1",
  "defId": "community_shopify",
  "label": "Shopify",
  "config": {
    "operation": "getOrder",
    "limit": 50
  }
}

🔗 Related nodes in the same category

Ready to use Shopify?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes