AI-generated Key Takeaways
- 
          OrderStatus describes the various states an Order can be in. 
- 
          Order statuses include DRAFT, PENDING_APPROVAL, APPROVED, DISAPPROVED, PAUSED, CANCELED, DELETED, and UNKNOWN. 
- 
          An Order in DRAFT status has just been created and no approval has been requested. 
- 
          An APPROVED Order is ready to serve, while a CANCELED or DISAPPROVED Order cannot serve. 
- 
          The UNKNOWN status is returned if the actual value is not exposed by the requested API version. 
Describes the order statuses.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description | 
|---|---|
| DRAFT | Indicates that the Order has just been created but no approval has been requested yet. | 
| PENDING_APPROVAL | Indicates that a request for approval for the Order has been made. | 
| APPROVED | Indicates that the Order has been approved and is ready to serve. | 
| DISAPPROVED | Indicates that the Order has been disapproved and is not eligible to serve. | 
| PAUSED | This is a legacy state.  Paused status should be checked on LineItemss within the
                order. | 
| CANCELED | Indicates that the Order has been canceled and cannot serve. | 
| DELETED | Indicates that the Order has been deleted by DSM. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |