Description
I have followed the steps closely for 4 or 5 times now, and everything checks out. I'm at the stage where i created the handshake, webhooks are created in Craft CMS (allthough i cannot find them in Shopify). But then, i go to the CLI and do php craft shopify/sync/products. I get the message 'Shopify products sync requested', but nothing really happens. No products are synchronised, no errors are logged. I'm a bit stuck with this.
For clearance: I have a partner and dev dashboard apart from the store (2 different logins). Is this okay? If so, then i really don't know why it's not working... Thanks for the help!
Update: so i applied this query and the webhooks show up. So they are getting created and should communicate with Craft:
php craft shopify/api/query '{ webhookSubscriptions(first: 10) { edges { node { id topic uri filter } } } }'
But the question remains: why doesnt craft create products?
Steps to reproduce
- follow all the steps provided in the readme
- try to sync the products to craft
Additional info
- Craft version: 5.9.22
- PHP version: 8.4
- Database driver & version: /
- Plugins & versions: shopify plugin version ^7.1.0
Description
I have followed the steps closely for 4 or 5 times now, and everything checks out. I'm at the stage where i created the handshake, webhooks are created in Craft CMS (allthough i cannot find them in Shopify). But then, i go to the CLI and do php craft shopify/sync/products. I get the message 'Shopify products sync requested', but nothing really happens. No products are synchronised, no errors are logged. I'm a bit stuck with this.
For clearance: I have a partner and dev dashboard apart from the store (2 different logins). Is this okay? If so, then i really don't know why it's not working... Thanks for the help!
Update: so i applied this query and the webhooks show up. So they are getting created and should communicate with Craft:
php craft shopify/api/query '{ webhookSubscriptions(first: 10) { edges { node { id topic uri filter } } } }'But the question remains: why doesnt craft create products?
Steps to reproduce
Additional info