Shopify Connector
Documentation
Version: 1
Documentation

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_customers
InventoryItems 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_inventory_items
INSERT NO
UPDATE YES put_inventory_item
UPSERT NO
DELETE NO
LOOKUP YES get_inventory_items
InventoryLevels 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_inventory_levels
INSERT YES post_inventory_level
UPDATE YES put_inventory_level
UPSERT NO
DELETE NO
LOOKUP NO
Locations 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_locations
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_location
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_orders
Payouts 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_payouts
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP NO
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 YES post_product
UPDATE YES put_product
UPSERT NO
DELETE YES delete_product
LOOKUP YES get_products
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 YES post_product_variant
UPDATE YES put_product_variant
UPSERT NO
DELETE YES delete_product_variant
LOOKUP YES get_product_variants