Reference documentation and code samples for the Google Shopping Merchant Order Tracking V1 Client class ShippingState.
The current status of the shipments.
Protobuf type google.shopping.merchant.ordertracking.v1.OrderTrackingSignal.ShippingInfo.ShippingState
Namespace
Google \ Shopping \ Merchant \ OrderTracking \ V1 \ OrderTrackingSignal \ ShippingInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SHIPPING_STATE_UNSPECIFIED
Value: 0The shipping status is not known to business.
Generated from protobuf enum SHIPPING_STATE_UNSPECIFIED = 0;
SHIPPED
Value: 1All items are shipped.
Generated from protobuf enum SHIPPED = 1;
DELIVERED
Value: 2The shipment is already delivered.
Generated from protobuf enum DELIVERED = 2;