mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Shopify docs (#62)
* ✨ Add Shopify node docs * ✨ Add Shopify Trigger node docs
This commit is contained in:
41
docs/nodes/nodes-library/nodes/Shopify/README.md
Normal file
41
docs/nodes/nodes-library/nodes/Shopify/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.shopify
|
||||
---
|
||||
|
||||
# Shopify
|
||||
|
||||
[Shopify](https://www.shopify.com/) is an e-commerce platform that allows users to set up an online store and sell their products.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Shopify/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Order
|
||||
- Create an order
|
||||
- Delete an order
|
||||
- Get an order
|
||||
- Get all orders
|
||||
- Update an order
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you get all orders from Shopify. You can also find the [workflow](https://n8n.io/workflows/548) on the website. This example usage workflow uses the following two nodes.
|
||||
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Shopify]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Shopify node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Shopify node. You can find out how to do that [here](../../../credentials/Shopify/README.md).
|
||||
2. Select 'Get All' from the *Operation* dropdown list.
|
||||
3. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Shopify/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Shopify/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -0,0 +1,28 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.shopifyTrigger
|
||||
---
|
||||
|
||||
# Shopify Trigger
|
||||
|
||||
[Shopify](https://www.shopify.com/) is an e-commerce platform that allows users to set up an online store and sell their products.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Shopify/README.md).
|
||||
:::
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to receive updates when a new order is created in Shopify. You can also find the [workflow](https://n8n.io/workflows/547) on the website. This example usage workflow would use the following node.
|
||||
- [Shopify Trigger]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
|
||||
### 1. Shopify Trigger node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Shopify Trigger node. You can find out how to do that [here](../../../credentials/Shopify/README.md).
|
||||
2. Select 'Orders create' from the *Topic* dropdown list.
|
||||
3. Click on *Execute Node* to run the workflow.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user