Focusing on managing products, variants, and collections through the API.
Is there anyway to get product detail from product id from frontend?
Hi,
I am assuming you mean programmatically.
Try using the GraphQL API to retrieve any data related to the product(by passing the appropriate product id).
hi @leeaz
Assuming you develop a program that can call Graphql API and pass the product ID to backend, this can be achieved. Simply using frontend API cannot achieve this