Can We Bulk Update Unit Pricing Measurements? (API Limitation)

Hi all,

I’m running into a serious limitation when trying to update unit pricing measurements (like base and total product units) for multiple products in Shopify.

Right now:

  • Unit pricing can only be changed manually, one by one
  • CSV import/export doesn’t support these fields
  • Bulk editor doesn’t work for unit pricing
  • The GraphQL Admin API can read UnitPriceMeasurement, but can’t update it
  • No third-party app can solve this, because it’s an API-level restriction

This makes managing unit pricing at scale really inefficient, especially for businesses with large catalogs or legal compliance needs.

Feature request:
Please enable GraphQL mutations for UnitPriceMeasurement, or at least support these fields in the CSV import/export.

Is anyone else facing this issue? Has anyone found a workaround?

Thanks!

Hi @Max3000

You can try this API
productVariantsBulkUpdate - GraphQL Admin