Updates the LIA settings of the account. Try it now.
Request
HTTP request
PUT https://www.googleapis.com/content/v2.1/merchantId/liasettings/accountId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
accountId |
unsigned long |
The ID of the account for which to get or update LIA settings. |
merchantId |
unsigned long |
The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.
|
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/content |
Request body
In the request body, supply a Liasettings resource with the following properties:
Property name | Value | Description | Notes |
---|---|---|---|
Required Properties | |||
countrySettings[].country |
string |
CLDR country code (e.g. "US"). | writable |
Optional Properties | |||
countrySettings[] |
list |
The LIA settings for each country. | writable |
countrySettings[].about |
nested object |
The settings for the About page. | writable |
countrySettings[].about.url |
string |
The URL for the About page. | writable |
countrySettings[].inventory |
nested object |
LIA inventory verification settings. | writable |
countrySettings[].onDisplayToOrder |
nested object |
LIA "On Display To Order" settings. | writable |
countrySettings[].onDisplayToOrder.shippingCostPolicyUrl |
string |
Shipping cost and policy URL. | writable |
Response
If successful, this method returns a Liasettings resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.