action uspto_get_products_tree { label: "Returns products' hierarchical tree." description: "Use this GET to retrieve short name and parent/child relationships for bulk data products. Short names are unique IDs of the products and should be used in other GETs where {shortName} parameter is required\nUse this GET to perform initial exploration of the existing products hierarchy\nShort names are unique IDs of the products and should be used in other GETs where {shortName} parameter is required" provider: uspto method: GET path: "/products/tree" encoding: json output: { type: "object" additionalProperties: true } }