Can Python be used with Shopify's AppBridge?

Hello everyone,

I have made some research on Shopify AppBridge however as far as I understood it only supports Javascript, am I right? Sorry if this is a noobie question but couldn’t find any other implementations of AppBridge on the net. I’m using Python to develop Shopify Apps, what I wonder is can’t I benefit from AppBridge as long as I use Python? Thanks in advance.

Best wishes,

App Bridge is used for frontend. Python is used for backend. So there is no conflict between them

2 Likes

@jam_chan thanks for your reply. I thought we could use AppBridge for backend as well but this was totally my misunderstanding.

1 Like