---
title: "Refresh the hotel package items report"
method: GET
path: "/shop/reports/hotel-package-items/refresh"
tags: ["Reports"]
---

# Refresh the hotel package items report

`GET /shop/reports/hotel-package-items/refresh`

Use this endpoint to trigger a refresh of the hotel package items
report. The report is regenerated asynchronously in the background
and emailed to the configured recipients when ready; this endpoint
returns immediately once the job has been queued.

Because the underlying job is queued, calling this endpoint multiple
times in quick succession may produce more than one delivery of the
report. Wait for the previous email to arrive before retrying.

## Response `204`

The refresh job was successfully dispatched. The report will be
delivered asynchronously once it has finished generating.

## Other responses

- `401` — The user is unauthenticated

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
