Variant Bulk Update oldPriceIncl not updating

in Development
Hi,
I try to update the variants oldPriceIncl via the bulk update call (https://api.webshopapp.com/nl/variants/bulk.json). But it is not updating?
My body:
I try to update the variants oldPriceIncl via the bulk update call (https://api.webshopapp.com/nl/variants/bulk.json). But it is not updating?
My body:
{
"variant": [
{
"id" : 156082388,
"priceIncl" : 83.3,
"oldPriceIncl" : 119.0
}
]
}
Tags:
Answers
To update the "oldPriceIncl" of a variant you also need to send the "oldPriceExcl" field in your update call.
So in your example, if you would send the following payload your variant will get updated.
API Integrations Specialist
Lightspeed HQ
Dear Tim,
This Bug has returned to my shop... Could you please check if there were any changes in the API. Danny made the changes you told him, it worker for so long, but now is not working anymore... What changed? And what can I do to fix this so I can start my sale?
hi @SvenR I've opened up a ticket for further investigation, kindly reply to the email I have sent.
Lightspeed HQ