GET /amazon-account-reports/{id}.json

GET /amazon-account-reports/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • amazonAccountId integer(int32) Required

      Amazon account

    • createdAt string(date-time)

      Created at

    • id integer(int32)

      Id

    • reportId string | null

      Report

    • reportProcessingStatus string Required

      Report processing status

      Values are _SUBMITTED_, _IN_PROGRESS_, _CANCELLED_, _DONE_, or _DONE_NO_DATA_.

    • reportRequestId string Required

      Report request

    • reportType string Required

      Report type

      Value is _POST_INVENTORY_AVAILABILITY_DATA_.

    • status string Required

      Status

      Values are pending, processing, success, or error. Default value is pending.

    • updatedAt string(date-time)

      Updated at

GET /amazon-account-reports/{id}.json
curl \
 --request GET 'http://api.example.com/v1/amazon-account-reports/{id}.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "amazonAccountId": 42,
  "createdAt": "2025-05-04T09:42:00Z",
  "id": 42,
  "reportId": "string",
  "reportProcessingStatus": "_SUBMITTED_",
  "reportRequestId": "string",
  "reportType": "_POST_INVENTORY_AVAILABILITY_DATA_",
  "status": "pending",
  "updatedAt": "2025-05-04T09:42:00Z"
}