Shopify admin tracks login IP, device fingerprint, and payment verification — especially when running Shopify Payments or multiple stores under one agency. DTC brands often cross-sell on Amazon, Etsy, and own stores — **one Multilogin profile per Shopify store**, linked in CMDB only.
Store type → profile defaults
| Store type | Geo | Proxy | Notes |
|---|---|---|---|
| US DTC brand | America/New_York or LLC state | US sticky ISP/residential | Shopify Payments geo-sensitive |
| EU DTC (DE/FR/UK) | Local timezone | Country sticky | Separate profile per legal entity |
| Print-on-demand | US or EU registration | Match business country | Often + Etsy/Amazon profiles |
| Agency multi-store | Per store country | Per-store sticky | Workspace separation |
CMDB row (one Shopify store)
store_id: shopify_acme_dtc mlx_profile_id: uuid-... myshopify_domain: acme-brand.myshopify.com legal_entity: LLC name web_proxy: us-isp-sticky-55 cloud_device_id: optional (Shop app) shopify_payments: enabled cross_list: [etsy_acme, amz_us_brand_x] # separate profiles tier: prod
Hybrid stack
Shopify admin web on Multilogin; Shop mobile app notifications on cloud phone — same pattern as hybrid architecture. Meta ads for the store run in a **third profile** if using separate Business Manager — never share cookies.
Profile hardening
- Mimic — OS preset stable; timezone = business registration
- Sticky proxy — Shopify flags sudden geo jumps on Payments settings
- Warm profile before first admin login after profile creation
- Fingerprint audit before bulk product CSV import automation
Automation boundaries
| Task | Automation |
|---|---|
| Login + 2FA | Human on production stores |
| Product CSV import | Playwright post-login, rate-limited |
| Order export / analytics scrape | Queue worker |
| Shopify Payments / banking / identity | Never automate |
| Chargeback disputes | Manual only |
Multi-store agency CMDB
Agencies running 10+ Shopify stores: use profile pool with geo filter per job. EU cross-listing with Allegro/Amazon DE: EU CMDB guide.
Related
Disclosure: MLX-MMO affiliated with Multilogin. Shopify Terms of Service apply — technical isolation does not replace compliance review.