Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down