Requires authorization
Updates the shipping settings of the account. Try it now.
Request
HTTP request
PUT https://www.googleapis.com/content/v2/merchantId/shippingsettings/accountId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
accountId |
unsigned long |
The ID of the account for which to get/update shipping 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.
|
Optional query parameters | ||
dryRun |
boolean |
Flag to run the request in dry-run mode. |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/content |
Request body
In the request body, supply a Shippingsettings resource.
Response
If successful, this method returns a Shippingsettings resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.