Google Shopping Merchant Order Tracking V1beta Client - Class ShippingState (0.1.1)

Reference documentation and code samples for the Google Shopping Merchant Order Tracking V1beta Client class ShippingState.

The current status of the shipments.

Protobuf type google.shopping.merchant.ordertracking.v1beta.OrderTrackingSignal.ShippingInfo.ShippingState

Namespace

Google \ Shopping \ Merchant \ OrderTracking \ V1beta \ OrderTrackingSignal \ ShippingInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SHIPPING_STATE_UNSPECIFIED

Value: 0

The shipping status is not known to business.

Generated from protobuf enum SHIPPING_STATE_UNSPECIFIED = 0;

SHIPPED

Value: 1

All items are shipped.

Generated from protobuf enum SHIPPED = 1;

DELIVERED

Value: 2

The shipment is already delivered.

Generated from protobuf enum DELIVERED = 2;