- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the return addresses of the Merchant Center account.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/returnaddress
Path parameters
Parameters | |
---|---|
merchant |
The Merchant Center account to list return addresses for. |
Query parameters
Parameters | |
---|---|
max |
The maximum number of addresses in the response, used for paging. |
page |
The token returned by the previous request. |
country |
returnaddress.list only return addresses applicable to the given country of sale. When omitted, all return addresses are listed. |
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 ( |
Fields | |
---|---|
next |
The token for the retrieval of the next page of addresses. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
resources[] |
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.