GET /store
Get store information including categories, pages, announcements, and payment methods.Authentication
None required.Query Parameters
Example Request
Response
Success (200)
The following fields are conditional and only appear in the response when their corresponding relations are loaded via the
include parameter or when the data is available:payment_methods- included whenpayment_methodsis in theincludelistcategories- included whencategoriesis in theincludelist (uses CategoryResource)pages- included whenpagesis in theincludelist (uses PageResource)announcements- included whenannouncementsis in theincludelistcomponents- included whencomponentsrelation is loadedfeatures_list- included whenfeaturesrelation is loadedbanners- included whenbannersrelation is loadedstats.total_products,stats.total_categories,stats.total_reviews,stats.average_rating- included when corresponding relations are loaded

