Shopify Marketplace Sync Risk Checker
Pricing
from $1.00 / completed store audit
Shopify Marketplace Sync Risk Checker
Find missing weights, SKUs, images, pricing, and product data issues before Shopify marketplace syncs fail.
Pricing
from $1.00 / completed store audit
Rating
0.0
(0)
Developer
CharlieAKAN
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Find missing weights, SKUs, images, prices, and product metadata issues before Shopify marketplace syncs fail.
This Actor is built for Shopify sellers who push products into eBay, Google Merchant Center, CedCommerce-style integrations, marketplace feeds, or inventory tools.
Why use it?
Marketplace sync failures are annoying and expensive. A store can look fine to shoppers while still having product data problems that break feeds or reduce listing quality.
This Actor scans a public Shopify storefront and produces a CSV-friendly audit of products most likely to need cleanup.
What it checks
- Missing or weak product titles
- Missing condition / edition / issue / grade context for collectibles presets
- Thin descriptions
- Missing or single product images
- Missing variants
- Zero-price variants
- Missing or zero shippable variant weights
- Missing SKUs
- Missing product type
- Sparse tags
Input
{"storeUrl": "https://example.myshopify.com","maxProducts": 100,"includeProducts": true,"categoryPreset": "marketplace-sync"}
Presets:
marketplace-synctrading-cardscomicsgeneral-collectiblesgeneral-shopify
Output
The dataset includes:
- A
summaryrow with store-level counts and score. - Product rows with score, issue counts, top fix, issue codes, and product URL.
That makes the output usable directly as CSV.
Local run
npm installAPIFY_PURGE_ON_START=0 npm run start:dev
Local input lives at:
storage/key_value_stores/default/INPUT.json
Notes
This MVP uses Shopify's public /products.json endpoint. It does not require Shopify Admin API access.