Enum OrdersResource.ListRequest.StatusesEnum
Obtains orders that match any of the specified statuses. Note that active is a shortcut for
pendingShipment and partiallyShipped, and completed is a shortcut for shipped,
partiallyDelivered, delivered, partiallyReturned, returned, and canceled.
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public enum OrdersResource.ListRequest.StatusesEnum
Fields
| Name | Description |
|---|---|
| ACTIVE | Return orders with status |
| CANCELED | Return orders with status |
| COMPLETED | Return orders with status |
| DELIVERED | Return orders with status |
| INPROGRESS | Return orders with status |
| PARTIALLYDELIVERED | Return orders with status |
| PARTIALLYRETURNED | Return orders with status |
| PARTIALLYSHIPPED | Return orders with status |
| PENDINGSHIPMENT | Return orders with status |
| RETURNED | Return orders with status |
| SHIPPED | Return orders with status |