[[["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-05-15 UTC."],[[["The `OrderService` allows for various actions on `Order` objects, including resuming them."],["`ResumeOrders` action specifically resumes eligible `Order` and `LineItem` objects."],["`skipInventoryCheck` field determines if inventory check is bypassed during the resume action, defaulting to false."],["The service operates within the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The `OrderService` utilizes `OrderAction` for various order management tasks. Key actions include: `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and `UnarchiveOrders`. The `ResumeOrders` action also affects eligible `LineItem` objects within the order, allowing their resumption. The `ResumeAndOverbookOrders` are available as well. The `ResumeOrders` action allows skipping inventory checks with the `skipInventoryCheck` field.\n"]]