Skip to content
Discussion options

You must be logged in to vote

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…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mjsaijem01
Comment options

@sstakhovski
Comment options

Answer selected by mjsaijem01
@mjsaijem01
Comment options

@mjsaijem01
Comment options

@sstakhovski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants