The Shopify Connector provides integration into Shopify via its REST API.


Version History

1.0.0.1 Initial Release

Properties

Connection

Type: Connection Input
ShopifyBaseUrl
Type: String

ApiKey
Type: String

Password
Type: Password

The Connection Property - See Remarks for details on obtaining an API Key & Password.

Action

Type: List Input
Create
Delete
View
ViewList
ViewCount
Update
Close
Cancel
The action to perform against the module.

Module

Type: List Input
customer
country
fulfillment
fulfillmentservice
fulfillmentevent
order
product
shop
The module to interact with.

RequestXml

Type: Xml Input
The request to be sent to Shopify. Select a Node Sample to get started.

ResponseXml

Type: Xml Output
The result of the request.

Remarks

Use this Connector to interact with Shopify. Typical uses cases include sync of inventory from third party ERP and extraction of orders.

How to obtain an API key

  • Go to the Admin page of your application i.e. YourApplicationName/admin.

  • Click 'Apps' in the left menu items.

  • Click on the 'Manage private apps' link.

  • Click 'Generate API credentials'.

  • Give the private app a name, give application Read and Write permissions and click Save.

  • On Save, the API Key and Password will be generated.

Did this answer your question?