Access unit_price and unit_price_measurement via REST API still not able to find it

Topic summary

A developer is seeking guidance on accessing unit_price and unit_price_measurement fields through Shopify’s API, as these properties are not currently accessible via their implementation.

Solution Provided:

  • Another user points to a relevant community thread discussing updates to the unitPriceMeasurement object via GraphQL API
  • As of API version 2025-07, the unitPriceMeasurement field is now available through the ProductVariantsBulkInput object in the Admin GraphQL API
  • Documentation link provided showing the field is accessible for bulk product variant operations

Status: The issue appears resolved with the availability of this field in the latest API version, though the original poster has not confirmed whether this solution meets their needs.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

unit_price and unit_price_measurement not accessible via api please guide me

:eyes: : https://community.shopify.dev/t/how-can-i-update-the-unitpricemeasurement-object-using-the-graphql-api/14137/4

In version 2025-07, the **unitPriceMeasurement** is available for “ProductVariantsBulkInputhttps://shopify.dev/docs/api/admin-graphql/2025-07/input-objects/ProductVariantsBulkInput#fields-unitPriceMeasurement