App reviews, troubleshooting, and recommendations
I am creating shopify FAQ app. There is full CRUD operation in this application. I dont need to maintain my own database I need to use Shopify's database so how can i do that. what are the endpoints should I use?
Solved! Go to the solution
This is an accepted solution.
Hey @sumedaict
To create a Shopify FAQ app and utilize Shopify's database, you can leverage Shopify's built-in resources and APIs. Here are some key components and endpoints you can use:
Use the "Page" resource: Shopify has a "Page" resource that can be used to store frequently asked questions (FAQs) and their corresponding answers. You can create a new page for each FAQ, and the content of the FAQ can be stored in the page's body field.
Add Metafields to the FAQ pages: Metafields can be used to store additional data associated with the FAQ pages, such as tags, categories, or any other custom information you may require.
Implement CRUD operations for FAQs: You can build functionality to create, read, update, and delete FAQs using the above-mentioned endpoints.
It's important to note that you will need to authenticate your app with the appropriate OAuth scopes to access these endpoints. You can follow Shopify's authentication and authorization documentation to set up the necessary authentication flow.
By utilizing these endpoints and performing CRUD operations on Shopify's database, you can create a robust FAQ app that stores and retrieves FAQs directly from the Shopify platform.
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @sumedaict
To create a Shopify FAQ app and utilize Shopify's database, you can leverage Shopify's built-in resources and APIs. Here are some key components and endpoints you can use:
Use the "Page" resource: Shopify has a "Page" resource that can be used to store frequently asked questions (FAQs) and their corresponding answers. You can create a new page for each FAQ, and the content of the FAQ can be stored in the page's body field.
Add Metafields to the FAQ pages: Metafields can be used to store additional data associated with the FAQ pages, such as tags, categories, or any other custom information you may require.
Implement CRUD operations for FAQs: You can build functionality to create, read, update, and delete FAQs using the above-mentioned endpoints.
It's important to note that you will need to authenticate your app with the appropriate OAuth scopes to access these endpoints. You can follow Shopify's authentication and authorization documentation to set up the necessary authentication flow.
By utilizing these endpoints and performing CRUD operations on Shopify's database, you can create a robust FAQ app that stores and retrieves FAQs directly from the Shopify platform.
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you ..
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025