docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/content_v2.liasettings.html b/docs/dyn/content_v2.liasettings.html
index 8cfd53b..97e6e03 100644
--- a/docs/dyn/content_v2.liasettings.html
+++ b/docs/dyn/content_v2.liasettings.html
@@ -127,45 +127,45 @@
{
"entries": [ # The request entries to be processed in the batch.
{
+ "accountId": "A String", # The ID of the account for which to get/update account LIA settings.
+ "country": "A String", # The country code. Required only for RequestInventoryVerification.
+ "liaSettings": { # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role. # The account Lia settings to update. Only defined if the method is `update`.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
+ "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
+ "countrySettings": [ # The LIA settings for each country.
+ {
+ "storePickupActive": True or False, # The status of the "Store pickup" feature.
+ "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
+ "inventory": { # LIA inventory verification settings.
+ "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
+ "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
+ },
+ "posDataProvider": { # The POS data provider linked with this country.
+ "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
+ "posDataProviderId": "A String", # The ID of the POS data provider.
+ },
+ "about": { # The settings for the About page.
+ "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "url": "A String", # The URL for the About page.
+ },
+ "onDisplayToOrder": { # LIA "On Display To Order" settings.
+ "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
+ "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ },
+ "country": "A String", # Required. CLDR country code (e.g. "US").
+ },
+ ],
+ },
+ "contactEmail": "A String", # Inventory validation contact email. Required only for SetInventoryValidationContact.
"posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS provider.
"gmbEmail": "A String", # The GMB account. Required only for RequestGmbAccess.
"method": "A String", # The method of the batch entry. Acceptable values are: - "`get`" - "`getAccessibleGmbAccounts`" - "`requestGmbAccess`" - "`requestInventoryVerification`" - "`setInventoryVerificationContact`" - "`update`"
"contactName": "A String", # Inventory validation contact name. Required only for SetInventoryValidationContact.
- "country": "A String", # The country code. Required only for RequestInventoryVerification.
- "posDataProviderId": "A String", # The ID of POS data provider. Required only for SetPosProvider.
- "contactEmail": "A String", # Inventory validation contact email. Required only for SetInventoryValidationContact.
- "batchId": 42, # An entry ID, unique within the batch request.
- "liaSettings": { # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role. # The account Lia settings to update. Only defined if the method is `update`.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
- "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
- "countrySettings": [ # The LIA settings for each country.
- {
- "country": "A String", # Required. CLDR country code (e.g. "US").
- "onDisplayToOrder": { # LIA "On Display To Order" settings.
- "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
- },
- "inventory": { # LIA inventory verification settings.
- "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
- "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
- "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- },
- "storePickupActive": True or False, # The status of the "Store pickup" feature.
- "posDataProvider": { # The POS data provider linked with this country.
- "posDataProviderId": "A String", # The ID of the POS data provider.
- "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
- },
- "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
- "about": { # The settings for the About page.
- "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "url": "A String", # The URL for the About page.
- },
- },
- ],
- },
"merchantId": "A String", # The ID of the managing account.
- "accountId": "A String", # The ID of the account for which to get/update account LIA settings.
+ "batchId": 42, # An entry ID, unique within the batch request.
+ "posDataProviderId": "A String", # The ID of POS data provider. Required only for SetPosProvider.
},
],
}
@@ -180,76 +180,76 @@
An object of the form:
{
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#liasettingsCustomBatchResponse".
"entries": [ # The result of the execution of the batch requests.
{
+ "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if, and only if, the request failed.
+ "code": 42, # The HTTP status of the first error in `errors`.
+ "errors": [ # A list of errors.
+ { # An error returned by the API.
+ "reason": "A String", # The error code.
+ "domain": "A String", # The domain of the error.
+ "message": "A String", # A description of the error.
+ },
+ ],
+ "message": "A String", # The message of the first error in `errors`.
+ },
"posDataProviders": [ # The list of POS data providers.
{
"country": "A String", # Country code.
"posDataProviders": [ # A list of POS data providers.
{
"displayName": "A String", # The display name of Pos data Provider.
- "providerId": "A String", # The ID of the account.
"fullName": "A String", # The full name of this POS data Provider.
+ "providerId": "A String", # The ID of the account.
},
],
},
],
+ "liaSettings": { # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role. # The retrieved or updated Lia settings.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
+ "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
+ "countrySettings": [ # The LIA settings for each country.
+ {
+ "storePickupActive": True or False, # The status of the "Store pickup" feature.
+ "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
+ "inventory": { # LIA inventory verification settings.
+ "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
+ "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
+ },
+ "posDataProvider": { # The POS data provider linked with this country.
+ "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
+ "posDataProviderId": "A String", # The ID of the POS data provider.
+ },
+ "about": { # The settings for the About page.
+ "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "url": "A String", # The URL for the About page.
+ },
+ "onDisplayToOrder": { # LIA "On Display To Order" settings.
+ "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
+ "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ },
+ "country": "A String", # Required. CLDR country code (e.g. "US").
+ },
+ ],
+ },
+ "batchId": 42, # The ID of the request entry to which this entry responds.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liasettingsCustomBatchResponseEntry`"
"gmbAccounts": { # The the list of accessible GMB accounts.
"accountId": "A String", # The ID of the Merchant Center account.
"gmbAccounts": [ # A list of GMB accounts which are available to the merchant.
{
- "name": "A String", # The name of the GMB account.
"listingCount": "A String", # Number of listings under this account.
"email": "A String", # The email which identifies the GMB account.
"type": "A String", # The type of the GMB account (User or Business).
+ "name": "A String", # The name of the GMB account.
},
],
},
- "batchId": 42, # The ID of the request entry to which this entry responds.
- "liaSettings": { # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role. # The retrieved or updated Lia settings.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
- "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
- "countrySettings": [ # The LIA settings for each country.
- {
- "country": "A String", # Required. CLDR country code (e.g. "US").
- "onDisplayToOrder": { # LIA "On Display To Order" settings.
- "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
- },
- "inventory": { # LIA inventory verification settings.
- "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
- "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
- "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- },
- "storePickupActive": True or False, # The status of the "Store pickup" feature.
- "posDataProvider": { # The POS data provider linked with this country.
- "posDataProviderId": "A String", # The ID of the POS data provider.
- "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
- },
- "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
- "about": { # The settings for the About page.
- "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "url": "A String", # The URL for the About page.
- },
- },
- ],
- },
- "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if, and only if, the request failed.
- "errors": [ # A list of errors.
- { # An error returned by the API.
- "domain": "A String", # The domain of the error.
- "message": "A String", # A description of the error.
- "reason": "A String", # The error code.
- },
- ],
- "message": "A String", # The message of the first error in `errors`.
- "code": 42, # The HTTP status of the first error in `errors`.
- },
},
],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#liasettingsCustomBatchResponse".
}</pre>
</div>
@@ -269,34 +269,34 @@
An object of the form:
{ # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
- "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
- "countrySettings": [ # The LIA settings for each country.
- {
- "country": "A String", # Required. CLDR country code (e.g. "US").
- "onDisplayToOrder": { # LIA "On Display To Order" settings.
- "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
- },
- "inventory": { # LIA inventory verification settings.
- "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
- "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
- "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- },
- "storePickupActive": True or False, # The status of the "Store pickup" feature.
- "posDataProvider": { # The POS data provider linked with this country.
- "posDataProviderId": "A String", # The ID of the POS data provider.
- "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
- },
- "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
- "about": { # The settings for the About page.
- "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "url": "A String", # The URL for the About page.
- },
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
+ "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
+ "countrySettings": [ # The LIA settings for each country.
+ {
+ "storePickupActive": True or False, # The status of the "Store pickup" feature.
+ "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
+ "inventory": { # LIA inventory verification settings.
+ "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
+ "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
},
- ],
- }</pre>
+ "posDataProvider": { # The POS data provider linked with this country.
+ "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
+ "posDataProviderId": "A String", # The ID of the POS data provider.
+ },
+ "about": { # The settings for the About page.
+ "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "url": "A String", # The URL for the About page.
+ },
+ "onDisplayToOrder": { # LIA "On Display To Order" settings.
+ "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
+ "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ },
+ "country": "A String", # Required. CLDR country code (e.g. "US").
+ },
+ ],
+ }</pre>
</div>
<div class="method">
@@ -315,16 +315,16 @@
An object of the form:
{
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#liasettingsGetAccessibleGmbAccountsResponse".
"gmbAccounts": [ # A list of GMB accounts which are available to the merchant.
{
- "name": "A String", # The name of the GMB account.
"listingCount": "A String", # Number of listings under this account.
"email": "A String", # The email which identifies the GMB account.
"type": "A String", # The type of the GMB account (User or Business).
+ "name": "A String", # The name of the GMB account.
},
],
"accountId": "A String", # The ID of the Merchant Center account.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#liasettingsGetAccessibleGmbAccountsResponse".
}</pre>
</div>
@@ -346,38 +346,38 @@
{
"nextPageToken": "A String", # The token for the retrieval of the next page of LIA settings.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#liasettingsListResponse".
"resources": [
{ # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
- "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
- "countrySettings": [ # The LIA settings for each country.
- {
- "country": "A String", # Required. CLDR country code (e.g. "US").
- "onDisplayToOrder": { # LIA "On Display To Order" settings.
- "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
- },
- "inventory": { # LIA inventory verification settings.
- "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
- "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
- "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- },
- "storePickupActive": True or False, # The status of the "Store pickup" feature.
- "posDataProvider": { # The POS data provider linked with this country.
- "posDataProviderId": "A String", # The ID of the POS data provider.
- "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
- },
- "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
- "about": { # The settings for the About page.
- "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "url": "A String", # The URL for the About page.
- },
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
+ "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
+ "countrySettings": [ # The LIA settings for each country.
+ {
+ "storePickupActive": True or False, # The status of the "Store pickup" feature.
+ "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
+ "inventory": { # LIA inventory verification settings.
+ "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
+ "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
},
- ],
- },
+ "posDataProvider": { # The POS data provider linked with this country.
+ "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
+ "posDataProviderId": "A String", # The ID of the POS data provider.
+ },
+ "about": { # The settings for the About page.
+ "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "url": "A String", # The URL for the About page.
+ },
+ "onDisplayToOrder": { # LIA "On Display To Order" settings.
+ "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
+ "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ },
+ "country": "A String", # Required. CLDR country code (e.g. "US").
+ },
+ ],
+ },
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#liasettingsListResponse".
}</pre>
</div>
@@ -416,8 +416,8 @@
"posDataProviders": [ # A list of POS data providers.
{
"displayName": "A String", # The display name of Pos data Provider.
- "providerId": "A String", # The ID of the account.
"fullName": "A String", # The full name of this POS data Provider.
+ "providerId": "A String", # The ID of the account.
},
],
},
@@ -525,34 +525,34 @@
The object takes the form of:
{ # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
- "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
- "countrySettings": [ # The LIA settings for each country.
- {
- "country": "A String", # Required. CLDR country code (e.g. "US").
- "onDisplayToOrder": { # LIA "On Display To Order" settings.
- "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
- },
- "inventory": { # LIA inventory verification settings.
- "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
- "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
- "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- },
- "storePickupActive": True or False, # The status of the "Store pickup" feature.
- "posDataProvider": { # The POS data provider linked with this country.
- "posDataProviderId": "A String", # The ID of the POS data provider.
- "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
- },
- "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
- "about": { # The settings for the About page.
- "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "url": "A String", # The URL for the About page.
- },
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
+ "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
+ "countrySettings": [ # The LIA settings for each country.
+ {
+ "storePickupActive": True or False, # The status of the "Store pickup" feature.
+ "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
+ "inventory": { # LIA inventory verification settings.
+ "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
+ "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
},
- ],
- }
+ "posDataProvider": { # The POS data provider linked with this country.
+ "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
+ "posDataProviderId": "A String", # The ID of the POS data provider.
+ },
+ "about": { # The settings for the About page.
+ "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "url": "A String", # The URL for the About page.
+ },
+ "onDisplayToOrder": { # LIA "On Display To Order" settings.
+ "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
+ "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ },
+ "country": "A String", # Required. CLDR country code (e.g. "US").
+ },
+ ],
+}
dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
x__xgafv: string, V1 error format.
@@ -564,34 +564,34 @@
An object of the form:
{ # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
- "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
- "countrySettings": [ # The LIA settings for each country.
- {
- "country": "A String", # Required. CLDR country code (e.g. "US").
- "onDisplayToOrder": { # LIA "On Display To Order" settings.
- "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
- },
- "inventory": { # LIA inventory verification settings.
- "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
- "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
- "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- },
- "storePickupActive": True or False, # The status of the "Store pickup" feature.
- "posDataProvider": { # The POS data provider linked with this country.
- "posDataProviderId": "A String", # The ID of the POS data provider.
- "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
- },
- "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
- "about": { # The settings for the About page.
- "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
- "url": "A String", # The URL for the About page.
- },
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#liaSettings`"
+ "accountId": "A String", # The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
+ "countrySettings": [ # The LIA settings for each country.
+ {
+ "storePickupActive": True or False, # The status of the "Store pickup" feature.
+ "hostedLocalStorefrontActive": True or False, # The status of the "Merchant hosted local storefront" feature.
+ "inventory": { # LIA inventory verification settings.
+ "inventoryVerificationContactName": "A String", # The name of the contact for the inventory verification process.
+ "status": "A String", # The status of the inventory verification process. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactStatus": "A String", # The status of the verification contact. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "inventoryVerificationContactEmail": "A String", # The email of the contact for the inventory verification process.
},
- ],
- }</pre>
+ "posDataProvider": { # The POS data provider linked with this country.
+ "posExternalAccountId": "A String", # The account ID by which this merchant is known to the POS data provider.
+ "posDataProviderId": "A String", # The ID of the POS data provider.
+ },
+ "about": { # The settings for the About page.
+ "status": "A String", # The status of the verification process for the About page. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ "url": "A String", # The URL for the About page.
+ },
+ "onDisplayToOrder": { # LIA "On Display To Order" settings.
+ "shippingCostPolicyUrl": "A String", # Shipping cost and policy URL.
+ "status": "A String", # The status of the ?On display to order? feature. Acceptable values are: - "`active`" - "`inactive`" - "`pending`"
+ },
+ "country": "A String", # Required. CLDR country code (e.g. "US").
+ },
+ ],
+ }</pre>
</div>
</body></html>
\ No newline at end of file