Method: accounts.returncarrier.list
Lists available return carriers in the merchant account.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/accounts/{accountId}/returncarrier
Path parameters
Parameters |
accountId |
string (int64 format)
Required. The Merchant Center Account Id under which the Return Carrier is to be linked.
|
Request body
The request body must be empty.
Response body
Response for listing account return carriers.
If successful, the response body contains data with the following structure:
Fields |
accountReturnCarriers[] |
object (AccountReturnCarrier )
List of all available account return carriers for the merchant.
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["This operation lists available return carriers linked to a specific Merchant Center account."],["It uses an HTTP GET request with the account ID as a path parameter."],["The response provides a list of `AccountReturnCarrier` objects, detailing the available return carriers."],["Authorization requires the `https://www.googleapis.com/auth/content` scope."]]],["This document details retrieving return carriers linked to a Merchant Center account. A `GET` request is sent to `https://shoppingcontent.googleapis.com/content/v2.1/accounts/{accountId}/returncarrier`, replacing `{accountId}` with the relevant ID. The request body must be empty. A successful response contains a list of available `accountReturnCarriers`, each described by the `AccountReturnCarrier` object, within a JSON structure. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]