We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df02ad commit 88cc72bCopy full SHA for 88cc72b
1 file changed
google/shopping/merchant/lfp/v1beta/lfpmerchantstate.proto
@@ -175,11 +175,13 @@ message LfpMerchantState {
175
// to.
176
int64 linked_gbps = 2;
177
178
- // Output only. The state per store from the specified merchant.
+ // Output only. The state per store from the specified merchant. The field
179
+ // will be absent if the merchant has no stores submitted through LFP.
180
repeated LfpStoreState store_states = 3
181
[(google.api.field_behavior) = OUTPUT_ONLY];
182
- // The inventory statistics for the merchant.
183
+ // The inventory statistics for the merchant. The field will be absent if the
184
+ // merchant has no inventory submitted through LFP.
185
InventoryStats inventory_stats = 4;
186
187
// Country-specific settings for the merchant.
0 commit comments