Skip to content

Shopify node#

ใช้ Shopify node เพื่อทำให้งานใน Shopify เป็นไปโดยอัตโนมัติและเชื่อมต่อกับแอปพลิเคชันอื่น ๆ ได้อย่างราบรื่น. n8n รองรับฟีเจอร์ของ Shopify หลากหลาย เช่น การสร้าง, อัปเดต, ลบ, และดึงข้อมูล orders และ products.

Credentials

ดู Shopify credentials สำหรับคำแนะนำในการตั้งค่า authentication.

Operations#

  • Order
    • Create an order
    • Delete an order
    • Get an order
    • Get all orders
    • Update an order
  • Product
    • Create a product
    • Delete a product
    • Get a product
    • Get all products
    • Update a product

Templates and examples#

Promote new Shopify products on Twitter and Telegram

by Lorena

View template details
Run weekly inventories on Shopify sales

by Lorena

View template details
Process Shopify new orders with Zoho CRM and Harvest

by Lorena

View template details
Browse Shopify integration templates, or search all templates

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.