Hello,
Is there a way of querying stock levels changed since X date, or e.g. changed in the last 24 hrs ?
I noticed that updating the stock level doesn't change the products modified time stamp.
Andy
Hello,
Is there a way of querying stock levels changed since X date, or e.g. changed in the last 24 hrs ?
I noticed that updating the stock level doesn't change the products modified time stamp.
Andy
Here is an example of how to get item stocks modified since a specific date: GET /v3/merchants/{mId}/item_stocks?filter=modifiedTime>=2014-03-10 11:30:01.0
No one has followed this question yet.