Update Product Option
Developing
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Add parameter in cookie access_token
Example:access_token: ********************
or
Body Params application/json
Request Code Samples
curl --location --request PUT 'https://mock.apidog.com/m1/1052146-0-default/product/variant-value/vvl1bea000ec123c206f2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "kidsss"
}'
Responses
application/json Modified at 2026-02-24 11:32:34