diff --git a/packages/google-shopping-merchant-lfp/google/shopping/merchant_lfp_v1beta/types/lfpmerchantstate.py b/packages/google-shopping-merchant-lfp/google/shopping/merchant_lfp_v1beta/types/lfpmerchantstate.py index 0ffcfc872b8c..a2ea14ff7b9f 100644 --- a/packages/google-shopping-merchant-lfp/google/shopping/merchant_lfp_v1beta/types/lfpmerchantstate.py +++ b/packages/google-shopping-merchant-lfp/google/shopping/merchant_lfp_v1beta/types/lfpmerchantstate.py @@ -41,9 +41,13 @@ class LfpMerchantState(proto.Message): merchant has access to. store_states (MutableSequence[google.shopping.merchant_lfp_v1beta.types.LfpMerchantState.LfpStoreState]): Output only. The state per store from the - specified merchant. + specified merchant. The field will be absent if + the merchant has no stores submitted through + LFP. inventory_stats (google.shopping.merchant_lfp_v1beta.types.LfpMerchantState.InventoryStats): The inventory statistics for the merchant. + The field will be absent if the merchant has no + inventory submitted through LFP. country_settings (MutableSequence[google.shopping.merchant_lfp_v1beta.types.LfpMerchantState.CountrySettings]): Country-specific settings for the merchant. """