Hello everyone, I have questions about Shopify extensions. The documentation is too extensive to look for answers, it will take too much time, but perhaps there is someone who has already done this.
I want to create an extension so that when the store administrator adds this extension to himself, it allows the user to interact with an external API service. For example: after installing the plugin, add another “Buy” button to some products. And add another basket that could synchronize with the Shopify basket and the external api and count bonus points (through external api service)
In general, there are several main issues:
- Can I make an extension that will add some UI elements to the store?
- Can the extension receive data from the current bucket every time it changes (an event for the client part)?
- Can the extension send data about all products to an external API service?