v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Business Products

Bulk update active variant prices or physical weights

Requires the product:update scope. Updates the price of every active variant on the product, or the weight of every active variant when the product is physical. This endpoint only accepts the price field for all product types and the weight field for physical products. It does not create, delete, hide, or update option values on variants.

patch/v3/products/{product_id}/variants/bulk

Request body

field'price' | 'weight' required

Must be price or weight. The weight field is accepted only for physical products.

valuenumber required

New price amount or weight in grams applied to every active variant on the product.

Response

Success with no response body