Request via rest api
post /admin/api/2020-07/products.json
I want to publish the product with a specified currency amount, but the returned publication result is not what I expected
request body
reponse result
The result I want is
"presentment_prices": [
{
"price": {
"currency_code": "EUR",
"amount": "200"
},
"compare_at_price": "300"
}
]
or
"presentment_prices": [
{
"price": {
"currency_code": "USD",
"amount": "172.80"
},
"compare_at_price": "259.20"
}
]
User | Count |
---|---|
12 | |
11 | |
10 | |
8 | |
8 |