Skip to content

Commit 88cc72b

Browse files
Google APIscopybara-github
authored andcommitted
docs: Add clarification to GetLfpMerchantState documentation
PiperOrigin-RevId: 752647667
1 parent 5df02ad commit 88cc72b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

google/shopping/merchant/lfp/v1beta/lfpmerchantstate.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,13 @@ message LfpMerchantState {
175175
// to.
176176
int64 linked_gbps = 2;
177177

178-
// Output only. The state per store from the specified merchant.
178+
// 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.
179180
repeated LfpStoreState store_states = 3
180181
[(google.api.field_behavior) = OUTPUT_ONLY];
181182

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.
183185
InventoryStats inventory_stats = 4;
184186

185187
// Country-specific settings for the merchant.

0 commit comments

Comments
 (0)