type property

String? type
getter/setter pair

The fulfillment type, including commonly used types (such as pickup in store and same day delivery), and custom types.

Supported values: * "pickup-in-store" * "ship-to-store" * "same-day-delivery" * "next-day-delivery" * "custom-type-1" * "custom-type-2" * "custom-type-3" * "custom-type-4" * "custom-type-5" If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned. This field directly corresponds to Product.fulfillment_info.type.

Required.

Implementation

core.String? type;