ablestar / ablestar-cli

A command tool for importing and exporting data from your Shopify store
GNU Affero General Public License v3.0
44 stars 1 forks source link

Error : Cannot destructure property 'itemKey' of 'Object.values(...).find(...)' as it is undefined. #23

Closed dhanush-marmeto closed 1 year ago

dhanush-marmeto commented 1 year ago

Describe the bug I exported products in matrixify format and when I try to import the products the cli throws this Error: Cannot destructure property 'itemKey' of 'Object.values(...).find(...)' as it is undefined.

To Reproduce Steps to reproduce the behavior:

  1. run ablestar-cli command
  2. Export Products in Matrixify format
  3. Make changes to the data and Import the file in Matrixify format

Expected behavior Should Import the products with any error.

Screenshots image image

Desktop (please complete the following information):

d-beck commented 1 year ago

Hi @Dhanush-gitt thank you for raising the issue. I think the product imports is one of the ones we still need to implement. (We've been starting with simpler ones like collections, pages, blogs etc..).

I've created #24 to track that and we'll also make it more clear within the tool/documentation which imports we've implemented yet.