shippingStatus property

String? shippingStatus
getter/setter pair

The status of the shipment. Possible string values are:

  • "SHIPPING_STATE_UNSPECIFIED" : The shipping status is not known to merchant.
  • "SHIPPED" : All items are shipped.
  • "DELIVERED" : The shipment is already delivered.

Implementation

core.String? shippingStatus;