Show / Hide Table of Contents

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 active. The active status includes pendingShipment and partiallyShipped orders.

CANCELED

Return orders with status canceled.

COMPLETED

Return orders with status completed. The completed status includes shipped, partiallyDelivered, delivered, partiallyReturned, returned, and canceled orders.

DELIVERED

Return orders with status delivered.

INPROGRESS

Return orders with status inProgress.

PARTIALLYDELIVERED

Return orders with status partiallyDelivered.

PARTIALLYRETURNED

Return orders with status partiallyReturned.

PARTIALLYSHIPPED

Return orders with status partiallyShipped.

PENDINGSHIPMENT

Return orders with status pendingShipment.

RETURNED

Return orders with status returned.

SHIPPED

Return orders with status shipped.

In This Article
Back to top Generated by DocFX