Method: shippingsettings.list

  • Lists the shipping settings for sub-accounts within a Merchant Center account.

  • Requires authorization with the https://www.googleapis.com/auth/content scope.

  • Uses a GET request to the specified endpoint with optional query parameters for paging.

  • Response includes a list of shipping settings and a token for retrieving further pages.

  • Request body should be empty.

Lists the shipping settings of the sub-accounts in your Merchant Center account.

HTTP request

GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/shippingsettings

Path parameters

Parameters
merchantId

string

The ID of the managing account. This must be a multi-client account.

Query parameters

Parameters
maxResults

integer (uint32 format)

The maximum number of shipping settings to return in the response, used for paging.

pageToken

string

The token returned by the previous request.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "nextPageToken": string,
  "kind": string,
  "resources": [
    {
      object (ShippingSettings)
    }
  ]
}
Fields
nextPageToken

string

The token for the retrieval of the next page of shipping settings.

kind

string

Identifies what kind of resource this is. Value: the fixed string "content#shippingsettingsListResponse".

resources[]

object (ShippingSettings)

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the OAuth 2.0 Overview.