Google Shopping Merchant Accounts V1beta Client - Class ShipmentType (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ShipmentType.

Shipment type of shipping service.

Protobuf type google.shopping.merchant.accounts.v1beta.Service.ShipmentType

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ Service

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SHIPMENT_TYPE_UNSPECIFIED

Value: 0

This service did not specify shipment type.

Generated from protobuf enum SHIPMENT_TYPE_UNSPECIFIED = 0;

DELIVERY

Value: 1

This service ships orders to an address chosen by the customer.

Generated from protobuf enum DELIVERY = 1;

LOCAL_DELIVERY

Value: 2

This service ships orders to an address chosen by the customer.

The order is shipped from a local store near by.

Generated from protobuf enum LOCAL_DELIVERY = 2;

COLLECTION_POINT

Value: 3

This service ships orders to an address chosen by the customer.

The order is shipped from a collection point.

Generated from protobuf enum COLLECTION_POINT = 3;