Skip to content

From Shopify

The Shopify importer pulls products, customers, and orders from a Shopify store via the Admin API.

  1. Shopify store with Admin API access
  2. Access token with read permissions for products, customers, orders
Terminal window
rcommerce import platform shopify \
--api-url https://your-store.myshopify.com \
--api-key <access-token> \
--entities products,customers,orders \
--overwrite
  • Title, description, SKU, price, weight
  • Product images
  • Collections (mapped to categories)
  • Variants and options
  • Name, email, phone
  • Addresses
  • Line items
  • Order status
  • Shipping and billing addresses
  • Payment status
ShopifyrCommerce
pendingpending
authorizedconfirmed
paidconfirmed
fulfilledcompleted
cancelledcancelled
refundedrefunded
Terminal window
rcommerce import platform shopify \
--api-url https://your-store.myshopify.com \
--api-key <token> \
--entities products \
--dry-run