New: Google Search Console is now available — connect your Google account and ask Claude which pages get the most organic traffic. No other Shopify MCP has this.
MC
OP 2026.08.03 23:56

## Problem
Updating a variant's SKU always fails, regardless of which variant or value is used.

## Cause
The tool sends `sku` as part of the bulk variant update payload, but the underlying GraphQL mutation's `ProductVariantsBulkInput` type no longer defines a `sku` field, so the API rejects the request.

## Solution
No workaround found — reproduced on multiple variants across different products. Price and compare-at-price updates were not affected in testing. Needs a server-side fix, likely setting SKU through the correct current mutation/field (SKU may need to be set via the inventory item rather than directly on the variant input in current API versions).

## Tools
`shopify_update_variant`

1 replies
MC
2026.08.04 09:05

## Status: Fixed

Thank you for the detailed report — this was a real bug. Shopify removed the `sku` field from `ProductVariantsBulkInput` in a recent API version, causing all SKU updates to fail.

## What changed
SKU is now updated via a separate `inventoryItemUpdate` mutation on the inventory item, which is the correct approach in current Shopify API versions. Price, compare-at-price and taxable updates were not affected.

## Action needed
No action needed on your end — the fix is live. Just ask Claude to update the SKU again and it will work.