LICENSE
MANIFEST.in
README.md
setup.py
tap_shopify/__init__.py
tap_shopify/context.py
tap_shopify/exceptions.py
tap_shopify.egg-info/PKG-INFO
tap_shopify.egg-info/SOURCES.txt
tap_shopify.egg-info/dependency_links.txt
tap_shopify.egg-info/entry_points.txt
tap_shopify.egg-info/requires.txt
tap_shopify.egg-info/top_level.txt
tap_shopify/schemas/abandoned_checkouts.json
tap_shopify/schemas/collections.json
tap_shopify/schemas/customers.json
tap_shopify/schemas/events.json
tap_shopify/schemas/fulfillment_orders.json
tap_shopify/schemas/inventory_items.json
tap_shopify/schemas/inventory_levels.json
tap_shopify/schemas/locations.json
tap_shopify/schemas/metafields_collections.json
tap_shopify/schemas/metafields_customers.json
tap_shopify/schemas/metafields_orders.json
tap_shopify/schemas/metafields_products.json
tap_shopify/schemas/order_refunds.json
tap_shopify/schemas/order_shipping_lines.json
tap_shopify/schemas/orders.json
tap_shopify/schemas/product_variants.json
tap_shopify/schemas/products.json
tap_shopify/schemas/transactions.json
tap_shopify/streams/__init__.py
tap_shopify/streams/abandoned_checkouts.py
tap_shopify/streams/base.py
tap_shopify/streams/collections.py
tap_shopify/streams/customers.py
tap_shopify/streams/events.py
tap_shopify/streams/fulfillment_orders.py
tap_shopify/streams/inventory_items.py
tap_shopify/streams/inventory_levels.py
tap_shopify/streams/locations.py
tap_shopify/streams/metafields.py
tap_shopify/streams/metafields_collections.py
tap_shopify/streams/metafields_customers.py
tap_shopify/streams/metafields_orders.py
tap_shopify/streams/metafields_products.py
tap_shopify/streams/order_refunds.py
tap_shopify/streams/order_shipping_lines.py
tap_shopify/streams/orders.py
tap_shopify/streams/product_variants.py
tap_shopify/streams/products.py
tap_shopify/streams/transactions.py
tests/test_all_fields.py
tests/test_automatic_fields.py
tests/test_bookmarks.py
tests/test_bookmarks_updated.py
tests/test_discovery.py
tests/test_full_replication.py
tests/test_interrupted_sync.py
tests/test_pagination.py
tests/test_shop_info_fields.py
tests/test_start_date.py