curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/submit-review \
--header 'Content-Type: application/json' \
--data '
{
"shop": "<string>",
"createAt": "2023-11-07T05:31:56Z"
}
'"Review successfully submitted; it will reflect shortly."Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Product review submission containing rating, title, body, product details, and optional uniqueId for order linking
WEB_PAGE, API, IMPORT Review submitted successfully. Points will be awarded asynchronously if eligible.
The response is of type string.
curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/submit-review \
--header 'Content-Type: application/json' \
--data '
{
"shop": "<string>",
"createAt": "2023-11-07T05:31:56Z"
}
'"Review successfully submitted; it will reflect shortly."