How to retrieve recently created products via the API? #63
Unanswered
mia-barefoot
asked this question in
Q&A
Replies: 1 comment
|
Hey @mia-barefoot ! You're right - newly created products don't have Workaround: Fetch all products without date filters ( |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
we are using the API to retrieve recently updated products using the recommended 'modified_at' field, however newly created products do not have modified_at data so therefore newly created products are not returned by the API request.
we need to be able to retrieve newly created products but it appears that using the 'modified_at' field as recommended by the API is not the solution.
Please advise on how we should be able to retrieve newly added products
All reactions