You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about storing deleted products in the database and provide a REST endpoint to fetch that data.
At the very least you could store the UUID and timestamp.
The endpoint will return a list of UUIDs.
The ability to filter on the timestamp would be useful so we can fetch all deleted products since a certain date. The same options as are available for created and updated dates for products.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How about storing deleted products in the database and provide a REST endpoint to fetch that data.
At the very least you could store the UUID and timestamp.
The endpoint will return a list of UUIDs.
The ability to filter on the timestamp would be useful so we can fetch all deleted products since a certain date. The same options as are available for
created
andupdated
dates for products.Beta Was this translation helpful? Give feedback.
All reactions