shippingStatus property
The status of the shipment.
Required. Possible string values are:
- "SHIPPING_STATE_UNSPECIFIED" : The shipping status is not known to business.
- "SHIPPED" : All items are shipped.
- "DELIVERED" : The shipment is already delivered.
Implementation
core.String? shippingStatus;