blob: 5bcb97402e789dec93f2ccaca3ce3d9df4eaeeab [file]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="merchantapi_lfp_v1beta.html">Merchant API</a> . <a href="merchantapi_lfp_v1beta.accounts.html">accounts</a> . <a href="merchantapi_lfp_v1beta.accounts.lfpMerchantStates.html">lfpMerchantStates</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the LFP state of a merchant</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Gets the LFP state of a merchant
Args:
name: string, Required. The name of the state to retrieve. Format: `accounts/{account}/lfpMerchantStates/{target_merchant}`. For example, `accounts/123456/lfpMerchantStates/567890`. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # The LFP state of a merchant.
&quot;countrySettings&quot;: [ # Country-specific settings for the merchant.
{ # Country-specific settings for the merchant.
&quot;freeLocalListingsEnabled&quot;: True or False, # True if this merchant has enabled free local listings in MC.
&quot;instockServingVerificationState&quot;: &quot;A String&quot;, # Output only. The verification state of this merchant&#x27;s instock serving feature.
&quot;inventoryVerificationState&quot;: &quot;A String&quot;, # Output only. The verification state of this merchant&#x27;s inventory check.
&quot;localInventoryAdsEnabled&quot;: True or False, # True if this merchant has enabled local inventory ads in MC.
&quot;pickupServingVerificationState&quot;: &quot;A String&quot;, # Output only. The verification state of this merchant&#x27;s pickup serving feature.
&quot;productPageType&quot;: &quot;A String&quot;, # Output only. The product page type selected by this merchant.
&quot;regionCode&quot;: &quot;A String&quot;, # Required. The [CLDR territory code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml) for the country for which these settings are defined.
},
],
&quot;inventoryStats&quot;: { # The inventory statistics for a merchant. # The inventory statistics for the merchant. The field will be absent if the merchant has no inventory submitted through LFP.
&quot;submittedEntries&quot;: &quot;A String&quot;, # Number of entries (understanding entry as a pair of product and store) that were built based on provided inventories/sales and submitted to Google.
&quot;submittedInStockEntries&quot;: &quot;A String&quot;, # Number of submitted in stock entries.
&quot;submittedProducts&quot;: &quot;A String&quot;, # 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.
&quot;unsubmittedEntries&quot;: &quot;A String&quot;, # Number of entries that were built based on provided inventories/sales and couldn&#x27;t be submitted to Google due to errors like missing product.
},
&quot;linkedGbps&quot;: &quot;A String&quot;, # Number of [GBPs](https://www.google.com/business/) this merchant has access to.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The name of the `LfpMerchantState` resource. Format: `accounts/{account}/lfpMerchantStates/{target_merchant}`. For example, `accounts/123456/lfpMerchantStates/567890`.
&quot;storeStates&quot;: [ # Output only. The state per store from the specified merchant. The field will be absent if the merchant has no stores submitted through LFP.
{ # The state of a specific merchant&#x27;s store.
&quot;matchingState&quot;: &quot;A String&quot;, # Output only. The store matching state.
&quot;matchingStateHint&quot;: &quot;A String&quot;, # The hint of why the matching has failed (only set if matching_state is FAILED).
&quot;storeCode&quot;: &quot;A String&quot;, # Required. Immutable. The identifier of this store.
},
],
}</pre>
</div>
</body></html>