Is there a delay in posting the inventory when using the API? I know that sometimes after I make API updates, the webpage will tell me that not all changes will be visible instantly there. However I'm wondering if I make a change via API then pull my inventory using GET inventory/list, if I should expect everything to show up immediately?
I'm asking because I'm having a weird duplication of items in my store and I suspect it's happening when I make multiple changes one after another. Often I'll pull a new inventory/list to validate in between, but I now suspect that may be causing my issue.
Comments
Separately, when you do inventory create/update via the API, this should be immediate in terms of the database. However, some things like updating the final display price and some other bits of information go into a queue. I don't believe this queueing should have any noticeable effect from an API point of view. The queue has been in place for many years, and this hasn't been reported to be an issue previously.
I'm experimenting now - I thought maybe I could find a quick explanation instead of doing the work