Essential Attributes and Supported Tables for Shopify
In this article, we will look at the essential attributes and tables supported by the Shopify connector.
Essential Attributes and Supported Tables for Shopify
In this article, we will look at the essential attributes and tables supported by the Shopify connector.
Find the links to other articles related to Shopify Below:
- Setup Instructions for Shopify
- Schema Information for Shopify
- Shop Name and Access Token for Shopify
Essential Attributes
Features | Details |
---|---|
Release Status | Released |
Authentication Parameters |
Shopify Shop name Shopify Access Token |
Suggested Replication Frequency | 1 hr |
Tables Supported
Supported Table Names | |
---|---|
orders | transactions |
refunds | fulfillment_orders |
fulfillment_events | tender_transactions |
customers | customer_address |
events | products |
payouts | balance_transactions |
smart_collections | custom_collections |
collects | abandoned_checkouts |
policies | countries |
shops | locations |
inventory_levels | inventory_items |
gift_cards | carrier_services |
price_rules | disputes |
order_customerjourneysummary | product_sessiondata |
users |
To know more about the supported APIs and tables, read Shopify V2 - Schema Information.
Table mapping between V1 and V2
- One of the major differences in V2 is that all tables that were dependent on the parent will now be a separate table instead of a record column in the parent table. For eg. fulfillment_orders is a dependent table on parents and it was available as a record in V1 but in V2 it will be a separate table.
- Some additional tables such as fulfillment_events, gift_cards, and disputes have been added to the V2 connector.
Note: gift_cards table is available only for Shopify Plus users and you need to reach out to your merchant success manager to get the scopes
V1 | V2 |
---|---|
orders |
orders transactions refunds fulfillment_orders fulfillment_events |
checkouts | abandoned_checkouts |
customers |
customers custome_address |
products |
products product_metafields |
tender_transactions | tender_transactions |
policies | policies |
countries | countries |
smart_collections | smart_collections |
custom_collections | custom_collections |
collects | collects |
locations | locations |
events | events |
price_rules | price_rules |
shop | shop |
carrier_services | carrier_services |
inventory |
inventory_levels inventory_items |
payouts | payouts |
transactions | balance_transactions |
- | disputes |
- | gift_cards |
- | users |