REST Resource: accounts.returncarrier
Resource: AccountReturnCarrier
The return carrier information.
This service is designed for merchants enrolled in the Buy on Google
program.
JSON representation |
{
"carrierAccountId": string,
"carrierAccountNumber": string,
"carrierAccountName": string,
"carrierCode": enum (CarrierCode )
} |
Fields |
carrierAccountId |
string (int64 format)
Output only. Immutable. The Google-provided unique carrier ID, used to update the resource.
|
carrierAccountNumber |
string
Number of the carrier account.
|
carrierAccountName |
string
Name of the carrier account.
|
carrierCode |
enum (CarrierCode )
The carrier code enum. Accepts the values FEDEX or UPS.
|
CarrierCode
The carrier code
Each carrier in an account must have a unique CarrierCode.
Enums |
CARRIER_CODE_UNSPECIFIED |
Carrier not specified |
FEDEX |
FedEx carrier |
UPS |
UPS carrier |
Methods |
|
Links return carrier to a merchant account. |
|
Delete a return carrier in the merchant account. |
|
Lists available return carriers in the merchant account. |
|
Updates a return carrier in the merchant account. |
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 service allows Buy on Google merchants to manage return carriers, such as FedEx and UPS, linked to their accounts."],["It provides methods for creating, deleting, listing, and updating return carrier information."],["Each carrier is identified by a unique `carrierCode` and includes account details like `carrierAccountId`, `carrierAccountNumber`, and `carrierAccountName`."],["Merchants can use this service to streamline return processes and integrate with their preferred carriers."]]],["This service manages return carrier information for merchants in the Buy on Google program. Key data includes the carrier's account ID, number, name, and code (either FEDEX or UPS). Each carrier must have a unique code. Available actions include creating, deleting, listing, and updating return carriers. Carrier Account ID is uniquely provided by Google, while other fields are defined by the merchant. Carrier information can be managed through specified methods.\n"]]