AI-generated Key Takeaways
- 
          Retrieves the pickup services supported by a specific account using the provided merchant ID. 
- 
          Requires authorization with the https://www.googleapis.com/auth/contentscope.
- 
          Response includes a list of pickup services, each detailing the country, carrier name, and service name. 
- 
          The request body should be empty, and the response provides details in JSON format. 
- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- PickupServicesPickupService
- Try it!
Retrieves supported pickup services for an account.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/supportedPickupServices
Path parameters
| Parameters | |
|---|---|
| merchantId | 
 The ID of the account for which to retrieve the supported pickup services. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "kind": string,
  "pickupServices": [
    {
      object ( | 
| Fields | |
|---|---|
| kind | 
 Identifies what kind of resource this is. Value: the fixed string " | 
| pickupServices[] | 
 A list of supported pickup services. May be empty. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.
PickupServicesPickupService
| JSON representation | 
|---|
| { "country": string, "carrierName": string, "serviceName": string } | 
| Fields | |
|---|---|
| country | 
 The CLDR country code of the carrier (for example, "US"). Always present. | 
| carrierName | 
 The name of the carrier (for example,  | 
| serviceName | 
 The name of the pickup service (for example,  |