Method: accounts.shippingSettings.insert

Replace the shipping setting of a merchant with the request shipping setting. Executing this method requires admin access.

HTTP request

POST https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/shippingSettings:insert

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The account where this product will be inserted. Format: accounts/{account}

Request body

The request body contains an instance of ShippingSettings.

Response body

If successful, the response body contains an instance of ShippingSettings.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.