SGFGOV / medusa-plugin-shopify-ts

Typescirpt version of the popular shopify importer plugin
MIT License
1 stars 1 forks source link

Experimental routes respond with 404 not found #2

Open felipemullen opened 1 year ago

felipemullen commented 1 year ago

The experimental routes described in the Readme result in a document not found response:

image

I tried many prefixes with no success:

http://localhost:9000/fetch-shopify-products
http://localhost:9000/admin/fetch-shopify-products
http://localhost:9000/api/fetch-shopify-products 
http://localhost:9000/api/admin/fetch-shopify-products
github-actions[bot] commented 1 year ago

Thank you for your contribution, much appreciated. A few small issues and we should be good to go

muke5hy commented 10 months ago

@felipemullen Were you able to fix this?

felipemullen commented 10 months ago

Actually I was not able to make it work. I ended up exporting a csv and manually editing columns to import

JackHull commented 10 months ago

Same problem here.

SGFGOV commented 8 months ago

Hi Would anylike to take a shot at fixing this via a PR. Happy to review. I've just not go the time to fix this all by myself. The latest Version 1.18.1 has a really easy to create routes that are protected. Its a fairly straightforward PR