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
__DynamicRequest__ This is a generic table. Use this to support Bulk read / write. You can supply Dynamic URL Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT generic_request
INSERT generic_request_bulk_write
UPDATE generic_request_bulk_write
UPSERT
DELETE
LOOKUP
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 get_customers
INSERT post_customer
UPDATE put_customer
UPSERT
DELETE delete_customer
LOOKUP 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 get_inventory_items
INSERT
UPDATE put_inventory_item
UPSERT
DELETE
LOOKUP 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 get_inventory_levels
INSERT post_inventory_level
UPDATE put_inventory_level
UPSERT
DELETE
LOOKUP
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 get_locations
INSERT
UPDATE
UPSERT
DELETE
LOOKUP 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 get_order_items
INSERT
UPDATE
UPSERT
DELETE
LOOKUP 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 get_orders
INSERT post_order
UPDATE put_order
UPSERT
DELETE delete_order
LOOKUP 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 get_payouts
INSERT
UPDATE
UPSERT
DELETE
LOOKUP
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 get_products
INSERT post_product
UPDATE put_product
UPSERT
DELETE delete_product
LOOKUP 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 get_product_variants
INSERT post_product_variant
UPDATE put_product_variant
UPSERT
DELETE delete_product_variant
LOOKUP get_product_variants