Enum OrdersResource.ListRequest.StatusesEnum
Obtains orders that match any of the specified statuses. Please 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
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public enum StatusesEnum
Fields
Name | Description |
---|---|
ACTIVE | |
CANCELED | |
COMPLETED | |
DELIVERED | |
INPROGRESS | |
PARTIALLYDELIVERED | |
PARTIALLYRETURNED | |
PARTIALLYSHIPPED | |
PENDINGSHIPMENT | |
RETURNED | |
SHIPPED |