The tier_prices=%d:%.3f update seems to work fine to apply new tier price settings to a lot.
But I'm trying to remove tier prices through the API, and I can't find how to do it.
tier_prices=0:0.000 is rejected with the API saying "Tier price must be greater than 0"
tier_prices= is rejected with the same error message
How is one supposed to remove tier prices? Was it an API oversight?
Comments
tier_prices= is actually rejected with the error message "You did not pass any lot update arguments"
The API documentation says:
'tier1quantity:tier1price,tier2quantity:tier2price,tier3quantity:tier3price'
but then it gives as an example:
'100,0.05:200,0.04'
The first format is the one accepted by the API, what is given in example is rejected.