[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eOrderService\u003c/code\u003e allows for various actions on \u003ccode\u003eOrder\u003c/code\u003e objects, including approving, archiving, deleting, disapproving, pausing, resuming, retracting, submitting, and unarchiving.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDisapproveOrders\u003c/code\u003e is an action within the \u003ccode\u003eOrderService\u003c/code\u003e used to disapprove \u003ccode\u003eOrder\u003c/code\u003e objects, which also disapproves all associated \u003ccode\u003eLineItem\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThis action is part of the \u003ccode\u003eOrderService\u003c/code\u003e namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDisapproveOrders\u003c/code\u003e action inherits from the \u003ccode\u003eOrderAction\u003c/code\u003e type.\u003c/p\u003e\n"]]],["The `OrderService` uses `OrderAction` to manage orders. Key actions include: approving, archiving, deleting, disapproving, pausing, resuming, retracting, submitting for approval, and unarchiving orders. Disapproving orders also disapproves all associated `LineItem` objects. `DisapproveOrders` is a specific action, while others like `ApproveOrders` and `RetractOrders` also have versions that can be used without reservation changes. All these functions belong to the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type DisapproveOrders (v202411)\n\n**Service** \n**OrderService** **Inheritance** \n[OrderAction](/ad-manager/api/reference/v202411/OrderService.OrderAction) \n▼\n[ApproveOrders](/ad-manager/api/reference/v202411/OrderService.ApproveOrders) [ApproveOrdersWithoutReserva...](/ad-manager/api/reference/v202411/OrderService.ApproveOrdersWithoutReservationChanges \"ApproveOrdersWithoutReservationChanges\") [ArchiveOrders](/ad-manager/api/reference/v202411/OrderService.ArchiveOrders) [DeleteOrders](/ad-manager/api/reference/v202411/OrderService.DeleteOrders) **DisapproveOrders** [DisapproveOrdersWithoutRese...](/ad-manager/api/reference/v202411/OrderService.DisapproveOrdersWithoutReservationChanges \"DisapproveOrdersWithoutReservationChanges\") [PauseOrders](/ad-manager/api/reference/v202411/OrderService.PauseOrders) [ResumeOrders](/ad-manager/api/reference/v202411/OrderService.ResumeOrders) [RetractOrders](/ad-manager/api/reference/v202411/OrderService.RetractOrders) [RetractOrdersWithoutReserva...](/ad-manager/api/reference/v202411/OrderService.RetractOrdersWithoutReservationChanges \"RetractOrdersWithoutReservationChanges\") [SubmitOrdersForApproval](/ad-manager/api/reference/v202411/OrderService.SubmitOrdersForApproval) [SubmitOrdersForApprovalWith...](/ad-manager/api/reference/v202411/OrderService.SubmitOrdersForApprovalWithoutReservationChanges \"SubmitOrdersForApprovalWithoutReservationChanges\") [UnarchiveOrders](/ad-manager/api/reference/v202411/OrderService.UnarchiveOrders)\n\nThe action used for disapproving [Order](/ad-manager/api/reference/v202411/OrderService.Order) objects. All [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem)\nobjects within the order will be disapproved as well.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---|---|\n| **`OrderAction` (inherited)** ||\n| **`DisapproveOrders`** ||"]]