Lists the shipping settings of the sub-accounts in your Merchant Center account. Try it now.
Request
HTTP request
GET https://www.googleapis.com/content/v2.1/merchantId/shippingsettings
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
merchantId |
unsigned long |
The ID of the managing account. This must be a multi-client account. |
Optional query parameters | ||
maxResults |
unsigned integer |
The maximum number of shipping settings to return in the response, used for paging. |
pageToken |
string |
The token returned by the previous request. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/content |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "content#shippingsettingsListResponse", "nextPageToken": string, "resources": [ shippingsettings Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "content#shippingsettingsListResponse" . |
|
nextPageToken |
string |
The token for the retrieval of the next page of shipping settings. | |
resources[] |
list |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.