Proxies POST requests to the specified Amazon API endpoint.
Responses
-
A successful response returning the response from the Amazon API.
Additional properties are allowed.
-
The request requires user authentication or the user is not authorized to access this resource.
-
Forbidden - The user does not have permission to access this resource.
-
The specified resource was not found
POST
/2024-09/channels/amazon/{channel}/call/{endpoint}
curl \
--request POST 'https://app.merchanthq.com/api/2024-09/channels/amazon/1e7f0a0f-b5a9-4d1a-a2d5-d0e0c2b1c3d4/call/reports/2021-06-30/reports' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json"
Request examples
{}
Response examples (200)
{}
Response examples (401)
{
"message": "Unauthorized"
}
Response examples (403)
{
"message": "This action is unauthorized."
}
Response examples (404)
{
"message": "Not found"
}