How can I deactivate flexible variants?
–data '{“flexible_variants”: false}
does not work. Thx!
How can I deactivate flexible variants?
–data '{“flexible_variants”: false}
does not work. Thx!
“Does not work” is not helpful. Could you please elaborate? Are you getting an error? Could you send a screenshot?
It needs some minutes to take affect!
curl -X PATCH LINK
-H “Authorization: Bearer <API_TOKEN>”
-H “Content-Type: application/json”
–data ‘{“flexible_variants”: false}’
works an you get back
{
“result”: {},
“result_info”: null,
“success”: true,
“errors”: ,
“messages”:
}
So everything works now?
yes, thank you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.