Types

Index

CountrySettings

Country-specific settings for the merchant.

Fields
region_code

string

Required. The CLDR territory code for the country for which these settings are defined.

free_local_listings_enabled

bool

True if this merchant has enabled free local listings in MC.

local_inventory_ads_enabled

bool

True if this merchant has enabled local inventory ads in MC.

inventory_verification_state

VerificationState

Output only. The verification state of this merchant's inventory check.

product_page_type

ProductPageType

Output only. The product page type selected by this merchant.

instock_serving_verification_state

VerificationState

Output only. The verification state of this merchant's instock serving feature.

pickup_serving_verification_state

VerificationState

Output only. The verification state of this merchant's pickup serving feature.

ProductPageType

The possible product page types for a merchant.

Enums
PRODUCT_PAGE_TYPE_UNSPECIFIED Product page type unspecified.
GOOGLE_HOSTED Google hosted product page.
MERCHANT_HOSTED Merchant hosted product page.
MERCHANT_HOSTED_STORE_SPECIFIC Merchant hosted store specific product page.

VerificationState

The possible verification states for different merchant programs.

Enums
VERIFICATION_STATE_UNSPECIFIED Verification state unspecified.
VERIFICATION_STATE_NOT_APPROVED Verification state not approved.
VERIFICATION_STATE_IN_PROGRESS Verification state in progress.
VERIFICATION_STATE_APPROVED Verification state approved.

InventoryStats

The inventory statistics for a merchant.

Fields
submitted_entries

int64

Number of entries (understanding entry as a pair of product and store) that were built based on provided inventories/sales and submitted to Google.

submitted_in_stock_entries

int64

Number of submitted in stock entries.

unsubmitted_entries

int64

Number of entries that were built based on provided inventories/sales and couldn't be submitted to Google due to errors like missing product.

submitted_products

int64

Number of products from provided inventories/sales that were created from matches to existing online products provided by the merchant or to the Google catalog.

LfpStoreState

The state of a specific merchant's store.

Fields
store_code

string

Required. Immutable. The identifier of this store.

matching_state

StoreMatchingState

Output only. The store matching state.

matching_state_hint

string

The hint of why the matching has failed (only set if matching_state is FAILED).

StoreMatchingState

The state of matching LfpStore to a Google Business Profile listing.

Enums
STORE_MATCHING_STATE_UNSPECIFIED Store matching state unspecified.
STORE_MATCHING_STATE_MATCHED The LfpStore is successfully matched with a Google Business Profile store.
STORE_MATCHING_STATE_FAILED The LfpStore is not matched with a Google Business Profile store.

StoreMatchingState

The state of matching LfpStore to a Google Business Profile.

Enums
STORE_MATCHING_STATE_UNSPECIFIED Store matching state unspecified.
STORE_MATCHING_STATE_MATCHED The LfpStore is successfully matched with a Google Business Profile store.
STORE_MATCHING_STATE_FAILED The LfpStore is not matched with a Google Business Profile store.