Can't update SEO title using bulk import

Topic summary

Bulk productCreate succeeded; subsequent productUpdate bulk operation fails to update the SEO title and variant metafields, even though the bulk operation report shows no errors.

Key terms:

  • SEO title: the search engine–facing page title for a product.
  • Metafields: custom data fields attached to resources (here, product variants).
  • Variants: specific versions of a product.
  • GraphQL bulk operations: asynchronous mutations to process many records at once.

Current status:

  • No error feedback in the bulk report, but intended fields are not updated.
  • No code snippets or attachments provided.

Open questions:

  • Whether additional inputs or specific mutation fields are required to update SEO title and variant metafields in bulk.
  • How to correctly target variant-level metafields within the bulk update.

Outcome:

  • No resolution yet; the user is seeking guidance on how to perform these updates.
Summarized with AI on February 12. AI used: gpt-5.

Hi everyone,

I’m using a bulk productCreate mutation to load several products, then it happens that I need to update the product SEO title and a few metafields of its variants, so I’m using productUpdate bulk operation but SEO title and metafields are not updated. I checked the report of the bulk operation but I don’t get any error.

How can I update such data ?

Thanks you