Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
[[["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 2024-05-29 UTC."],[[["This enum outlines the various conditions a product offer can have, such as new, refurbished, or used."],["It includes unspecified and unknown options for handling cases where the condition is not yet determined or not supported in the current version."]]],["The core content defines an enum for product offer conditions. The `UNSPECIFIED` enum indicates a condition that is not specified. `UNKNOWN` represents an unknown value and is used as a return value. `NEW`, `REFURBISHED`, and `USED` specify the product's condition as new, refurbished, or used, respectively. These enums provide a standardized way to categorize and describe a product's state.\n"]]