Blog Post Comments
Get blog post comments
Good to know: This API document based on Shopware 6 default store-api. You can reach base introduction document via https://shopware.stoplight.io/docs/store-api/38777d33d92dc-quick-start-guide and request body and detail via https://shopware.stoplight.io/docs/store-api/cf710bf73d0cd-search-queries. This document gives us store api basics. Ongrano Blog Pro is designed based on these basics.
Blog Post Comment List
POST
https://your-site.com/store-api/blog/{blogId}/comments
return all blog post comment regarding your blogId and criteria.
Request Header
Accept*
string
Response type
application/json
Content-Type*
string
Request type
application/json
sw-access-key*
string
Headless Access Key
SWSCQ1V1QJHHSKV0TFLYZ0LSD1
Request Body - Example
Example getting blog post comments regarding blogId.
Send Blog Post Comment
POST
https://your-site.com/store-api/blog/{blogId}/comment
Save the comment belong to {blogId}
Request Header
Accept*
string
Response type
application/json
Content-Type*
string
Request type
application/json
sw-access-key*
string
Headless Access Key
SWSCQ1V1QJHHSKV0TFLYZ0LSD1
sw-context-token
string
Context Token
84266fdbd31d4c2c6d0665f7e8380fa3
More Information Login: https://shopware.stoplight.io/docs/store-api/61246d1020594-log-in-a-customer Request and Response Structure: https://shopware.stoplight.io/docs/store-api/2b70d1afd73e4-request-and-response-structure
Request Body
Last updated