Skip to content
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 format for Collections #173

Closed
michaelbromley opened this issue Oct 2, 2019 · 2 comments
Closed

Import format for Collections #173

michaelbromley opened this issue Oct 2, 2019 · 2 comments

Comments

@michaelbromley
Copy link
Member

Is your feature request related to a problem? Please describe.
There currently exists an (undocumented) CSV-based import format for Products & ProductVariants. Also a very basic JSON-based format exists for creating Collections. However, this format is very limited. Missing features are:

  • Set assets for Collection
  • Set visibility
  • Set description
  • Set multiple filters
  • Set hierarchy (specify parent)

Describe the solution you'd like
A new format, similar to the product CSV format might make sense. The trickiest part will be to come up with a way to specify filters in such a format. However, this should be very much doable since the CollectionFilters are already string-serializable.

@itsgauravjain22
Copy link

A csv data import is very much needed in real world deployment. I have 1900 sku as google sheets data. The data is formatted as woocommerce product import csv schema here. It might help in creating a robust product import functionality.

@michaelbromley
Copy link
Member Author

There actually is a CSV import format - it's already used by the e2e tests but it's just not documented yet. I'll have to get around to that soon. You can learn a bit about it from these testing docs. FYI I am using it myself to import ~10k SKUs into a Vendure project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants