CAD Price Reverts After Save for Specific Variant #641
Answered
by
sstakhovski
mjsaijem01
asked this question in
Help
Answered by
sstakhovski
Apr 1, 2026
Replies: 1 comment 5 replies
|
Could you provide a link to this variant? Can we set the price to 17.99 CAD for playback? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


For some reason, your product variant's base currency is CAD and it is different from the product's base currency (USD).
I recommend setting USD as the base currency for the product variant, and the price update should work.
You can use the following request from the console:
PUT /products:variants /629732ba7d0c3800135ea20c
{
"currency": "USD",
"purchase_options": {
"standard": {
"currency": "USD",
"prices": [
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "currency": "USD" },
{ "curr…