shipmentType property
Type of locations this service ships orders to.
Optional. Possible string values are:
- "SHIPMENT_TYPE_UNSPECIFIED" : This service did not specify shipment type.
- "DELIVERY" : This service ships orders to an address chosen by the customer.
- "LOCAL_DELIVERY" : This service ships orders to an address chosen by the customer. The order is shipped from a local store near by.
- "COLLECTION_POINT" : This service ships orders to an address chosen by the customer. The order is shipped from a collection point.
Implementation
core.String? shipmentType;