Shopify Connector
Shopify Connector Help
Version 1
ZappySys Logo File Version: v1
Supported Engine: 11

Tables for Shopify Connector


On this page you will see possible API actions you can perform with Shopify connector. We will refer this as API Table or just Table.

Name Description Supported Operations
Customers No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_customers
INSERT YES post_customer
UPDATE YES put_customer
UPSERT NO
DELETE YES delete_customer
LOOKUP YES get_customer
OrderItems No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_order_items
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_order_items
Orders No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_orders
INSERT YES post_order
UPDATE YES put_order
UPSERT NO
DELETE YES delete_order
LOOKUP YES get_order
Products No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_products
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_product
ProductVariants No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_product_variants
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_product_variants