Updating Products not consistent through API
-
It seems updating products through the API does not always work.
Is there a cache that needs to be cleared each time, like the transient_cache?
If I set the sale_price it sometimes works and other times does not, and un-setting the sale_price seems not to be possible. The API also does not always show the update, like it is cached. What are the rules for this?
Set sale price
{ "regular_price": "49.99", "sale_price": "49.50" }Un-set sale price
{ "regular_price": "49.99", "sale_price": "" }The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Updating Products not consistent through API’ is closed to new replies.