[[["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-02-25 UTC."],[[["Retrieves product delivery time based on product ID using a GET request."],["Requires merchant ID and product ID as path parameters."],["Returns a `ProductDeliveryTime` object if the request is successful."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["The core content describes retrieving `productDeliveryTime` using a `GET` request to a specified URL. Key actions involve providing a `merchantId` and `productId` as required path parameters. The `merchantId` is an integer identifying the Google merchant account, while the `productId` is a string following a specific format. The request body should remain empty. A successful response returns a `ProductDeliveryTime` object. This operation requires OAuth 2.0 authorization with the `https://www.googleapis.com/auth/content` scope.\n"]]