Skip to main content
POST
/
loyalty
/
cp
/
api
/
submit-review
Submit product review
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.

Body

application/json

Product review submission containing rating, title, body, product details, and optional uniqueId for order linking

shop
string
required
createAt
string<date-time>
required
id
integer<int64>
title
string
body
string
rating
integer<int32>
publishedStatus
boolean
reviewerName
string
reviewerEmail
string
productId
integer<int64>
pinned
boolean
archived
boolean
replayBody
string
replayDate
string<date-time>
productTitle
string
productHandle
string
productImage
string
originalReviewTitle
string
originalReviewBody
string
uniqueId
string<uuid>
customerId
integer<int64>
reviewEditReason
string
reviewSource
enum<string>
Available options:
WEB_PAGE,
API,
IMPORT

Response

Review submitted successfully. Points will be awarded asynchronously if eligible.

The response is of type string.