The name of the carrier (for example, "UPS"). Always present.
country
string
The CLDR country code of the carrier (for example, "US"). Always present.
services[]
string
A list of supported services (for example, "ground") for that carrier. Contains at least one service. This is the list of valid values for CarrierRate.carrierService.
eddServices[]
string
A list of services supported for EDD (Estimated Delivery Date) calculation. This is the list of valid values for WarehouseBasedDeliveryTime.carrierService.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-30 UTC."],[[["Retrieves the supported shipping carriers and their services for a specific Merchant Center account."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Response includes carrier details such as name, country, supported services, and services eligible for estimated delivery date calculation."],["The request is made with an HTTP GET to the URL `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/supportedCarriers`, replacing `{merchantId}` with the account ID."],["The response is a JSON object containing a list of supported carriers, each with details of their services."]]],["To retrieve supported carriers, send a `GET` request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/supportedCarriers`, ensuring the request body is empty. Replace `{merchantId}` with the target account ID. The response, formatted in JSON, will list supported carriers, including their `name`, `country`, and `services`. The request needs `https://www.googleapis.com/auth/content` authorization scope. Each `carrier` includes `eddServices` field for EDD calculation.\n"]]