-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import/Export Feature #21
Comments
Hi @duxy , this feature is in our backlog but not currently scheduled for development. Currently the best way to import reviews is by sending requests to VBASE (for example using Postman). You'll need to send PUTs to the first endpoint to store the actual review data, then populate the lookup table with the second endpoint:
For the first endpoint, you'll want to make one PUT request per product ID, with a list of all the reviews for that product. If you make two PUTs for the same product ID, the earlier one will be overwritten. Example PUT:
|
Hi @polishq ! |
Hi @mroffe , I appreciate the question. There's actually a newer endpoint you can use that doesn't require you to know the region. Lookup table: I've edited the instructions above to reflect this. |
Is your feature request related to a problem? Please describe.
I need a way to import existing reviews when migrating stores from other platforms.
Describe the solution you'd like
A nice import feature in the admin app is desirable.
Describe alternatives you've considered
Don't know an easy way to import external reviews, found a way by developing an external app and use graphql, but a native solution will be the best.
Additional context
If Export is to much, just Import feature will be ok.
The text was updated successfully, but these errors were encountered: