Hello everyone,
We are building a proxy API to manage additional logic on top of Storefront API. Our customers use Custom App credentials to access our API.
I would like to seek some help about the following scenarios that my team is trying to overcome:
Context:
- My Customer API → My API → Shopify Storefront API
- My API may interact with Shopify Admin API for some requests
Authorisation:
- My Customer API uses “Storefront Access Token” to proxy pass to Shopify Storefront API
User Stories:
- I want to query products by meta fields via API
- I want to create a “Custom App” and read “Storefront Access Token” via API
- I want to associate a “Custom App” with a “Customer”, so when a request is made to My API with “Storefront Access Token”, I want to read the association between “Customer” and “Custom App”