[[["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 2024-08-20 UTC."],[[["The `ResumeOrders` action is used to resume `Order` objects and their eligible `LineItem` objects."],["This action is part of the `OrderService` and inherits from `OrderAction`."],["By default, an inventory check is performed during the resume action, but this can be skipped by setting `skipInventoryCheck` to `true`."],["The namespace for this action is `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `OrderService` utilizes `OrderAction` for various order management tasks. Key actions include: `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and `UnarchiveOrders`. `ResumeOrders` specifically restarts paused `Order` objects and eligible `LineItem` objects within. The `skipInventoryCheck` field, a boolean, is available in the action `ResumeOrders`. The default value of `skipInventoryCheck` is false.\n"]]