POST /self/{shopId}/feedbacks/{feedbackId}/appeal

POST /self/{shopId}/feedbacks/{feedbackId}/appeal

Path parameters

Body

  • reason integer(int32) Required

    Values are 0, 1, 2, 3, or 4.

  • description string Required

    Minimum length is 1.

Body

  • reason integer(int32) Required

    Values are 0, 1, 2, 3, or 4.

  • description string Required

    Minimum length is 1.

Body

  • reason integer(int32) Required

    Values are 0, 1, 2, 3, or 4.

  • description string Required

    Minimum length is 1.

Responses

POST /self/{shopId}/feedbacks/{feedbackId}/appeal
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/appeal' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"reason":0,"description":"string"}'
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/appeal' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/appeal' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "reason": 0,
  "description": "string"
}
Request examples
{
  "reason": 0,
  "description": "string"
}
Request examples
{
  "reason": 0,
  "description": "string"
}