cURL
curl --request POST \ --url https://www.closient.com/retailers/api/v1/feedback \ --header 'Content-Type: application/json' \ --data ' { "offer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "feedback_type": "<string>", "comment": "" } '
{ "id": "<string>", "feedback_type": "<string>", "created": "<string>" }
Report inventory issues for an offer. Authentication is optional.
Request body for submitting inventory feedback.
ID of the offer being reported.
Type: 'out_of_stock', 'wrong_price', 'store_closed', or 'other'.
Optional comment with additional details.
Created
Response body after successfully submitting feedback.
Unique feedback record identifier.
The feedback type submitted.
ISO 8601 timestamp of when the feedback was created.