v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Business Products

Reorder product option values

Requires the product:update scope. Updates display order for values in one product option position. The submitted values must exactly match the active values for that position. This updates only option_value_order; it does not create, delete, hide, or mutate variants.

patch/v3/products/{product_id}/reorder-option-values

Request body

position1 | 2 | 3 required

Product option position whose values should be reordered.

valuesstring[] required

Desired display order. Values must exactly match the active values for the target option position.

Response

Success with no response body