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 ..
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025