POST /self/{shopId}/faqs

POST /self/{shopId}/faqs

Path parameters

Body

  • question string Required

    Minimum length is 1.

  • answer string Required

    Minimum length is 1.

Body

  • question string Required

    Minimum length is 1.

  • answer string Required

    Minimum length is 1.

Body

  • question string Required

    Minimum length is 1.

  • answer string Required

    Minimum length is 1.

Responses

POST /self/{shopId}/faqs
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/faqs' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"question":"string","answer":"string"}'
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/faqs' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/faqs' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "question": "string",
  "answer": "string"
}
Request examples
{
  "question": "string",
  "answer": "string"
}
Request examples
{
  "question": "string",
  "answer": "string"
}