Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class StoreServiceType.
Indicates whether all stores, or selected stores, listed by the business provide local delivery.
Protobuf type google.shopping.merchant.accounts.v1.Service.StoreConfig.StoreServiceType
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ Service \ StoreConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STORE_SERVICE_TYPE_UNSPECIFIED
Value: 0Did not specify store service type.
Generated from protobuf enum STORE_SERVICE_TYPE_UNSPECIFIED = 0;
ALL_STORES
Value: 1Indicates whether all stores, current and future, listed by this business provide local delivery.
Generated from protobuf enum ALL_STORES = 1;
SELECTED_STORES
Value: 2Indicates that only the stores listed in store_codes are eligible
for local delivery.
Generated from protobuf enum SELECTED_STORES = 2;