[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The `ForecastService` utilizes `ProposalLineItem` objects to determine inventory reservation status. `ReservationStatus` can be `RESERVED` (inventory is reserved), `NOT_RESERVED` (never reserved), or `RELEASED` (was reserved, now released). `CHECK_LINE_ITEM_RESERVATION_STATUS` means the associated `LineItem` status is the relevant indicator, and `UNKNOWN` indicates the API version does not specify the value. These are the possible statuses available for inventory.\n"],null,["# enum ReservationStatus (v202502)\n\n**Service** \n**ForecastService** [ProposalLineItemService](/ad-manager/api/reference/v202502/ProposalLineItemService.ReservationStatus) **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202502/ForecastService.ProposalLineItem) \n▼\n**ReservationStatus**\n\nRepresents the inventory reservation status for [ProposalLineItem](/ad-manager/api/reference/v202502/ForecastService.ProposalLineItem) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|--------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `RESERVED` | The inventory is reserved. |\n| `NOT_RESERVED` | The proposal line item's inventory is never reserved. |\n| `RELEASED` | The inventory is once reserved and now released. |\n| `CHECK_LINE_ITEM_RESERVATION_STATUS` | The reservation status of the corresponding [LineItem](/ad-manager/api/reference/v202502/ForecastService.LineItem) should be used for this [ProposalLineItem](/ad-manager/api/reference/v202502/ForecastService.ProposalLineItem). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]