← Help Center

Fix Shopify vs Merchant Center price mismatch

Google sees a different price than your Shopify storefront or feed. Fix the mismatch so products can stay eligible and consistent.

Symptom

Products show the wrong price in Google, get disapproved for price mismatch, or lose trust because the landing page and Google disagree.

Exact cause

Google flagged this state because the price in your Shopify admin does not match the price Google is showing in your Merchant Center feed. Google may suppress your listing or flag it as misrepresentation, which can lead to account-level warnings.

This usually happens when Shopify pricing changed but the feed or landing-page output lagged, or when sale-price logic and automatic updates are fighting each other.

Which system wins

On Shopping ads and free listings, Merchant Center approval state is the gating truth, but Automatic Item Updates can replace submitted price using landing-page data. On organic merchant listings, Google reads the storefront page and markup directly.

Correct edit point

Fix the Shopify pricing source first, then confirm the product template and structured data render the same price Google should see.

Manual fix steps

  1. Open the product in your Shopify admin and confirm the correct price.
  2. Check if a Shopify discount or automatic price rule is modifying the displayed price.
  3. In Google Merchant Center, verify whether a supplemental feed or feed rule is overriding the price.
  4. If your Google & YouTube channel syncs products automatically, wait for the next sync cycle (usually within 30 minutes) after correcting the Shopify price.

Example patch

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Example Product",
  "gtin": "1234567890123",
  "offers": {
    "@type": "Offer",
    "price": "129.00",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "itemCondition": "https://schema.org/NewCondition"
  }
}</script>

Merge the missing fields into the existing Product schema instead of duplicating multiple Product blocks. Verify the rendered page contains only one canonical Product entity.

Validation steps

  1. View the rendered HTML and confirm the structured data values match the visible product page.
  2. Run Rich Results Test or Merchant listing validation on a live product URL.
  3. Check Merchant Center diagnostics again after Google has had time to recrawl the page.

Expected resolution time

Google typically re-crawls and updates product data within 24–48 hours after a price correction.

Free Scanner

Scan your store for this exact issue

Check whether your storefront is showing the same public signal problem described in this article before you connect the app. Start with price mismatch shopify vs merchant.

Source article: Fix Shopify vs Merchant Center price mismatch

Related Issues

Fix Shopify vs Merchant Center availability mismatch
Google sees a different stock state than your Shopify storefront or feed. Fix the mismatch so products can show again.
Fix invalid product price in Merchant Center
Invalid or zero prices can block products from showing on Google.
Fix incorrect product identifiers in Google Merchant Center
Google flagged incorrect product identifiers. Fix GTIN, MPN, and brand consistency to recover Merchant Center visibility.
Fix identifier exists false when a GTIN is present
Google believes your product has a GTIN, but the submitted product data says identifier exists is false.