Method: buyers.auctionPackages.subscribeClients
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This documentation describes how to subscribe specified clients of a buyer to an auction package using a POST request to the Google Authorized Buyers Marketplace API.
The request requires an auctionPackage path parameter in the format buyers/{accountId}/auctionPackages/{auctionPackageId}.
The request body contains an optional list of clients in the format buyers/{accountId}/clients/{clientAccountId} to subscribe to the auction package.
The response body, if successful, will contain an instance of AuctionPackage.
This action requires the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth scope for authorization.
Subscribe the specified clients of the buyer to the auction package. If a client in the list does not belong to the buyer, an error response will be returned, and all of the following clients in the list will not be subscribed. Subscribing an already subscribed client will have no effect.
HTTP request
POST https://authorizedbuyersmarketplace.googleapis.com/v1/{auctionPackage=buyers/*/auctionPackages/*}:subscribeClients
Required. Name of the auction package. Format: buyers/{accountId}/auctionPackages/{auctionPackageId}
Request body
The request body contains data with the following structure:
JSON representation
{"clients": [string]}
Fields
clients[]
string
Optional. A list of client buyers to subscribe to the auction package, with client buyer in the format buyers/{accountId}/clients/{clientAccountId}. The current buyer will be subscribed to the auction package regardless of the list contents if not already.
Response body
If successful, the response body contains an instance of AuctionPackage.
[[["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-06-12 UTC."],[],[]]