action rebilly_get_product { label: "Retrieve a product" description: "Retrieve a product with specified identifier string.\n" provider: rebilly method: GET path: "/products/{id}" encoding: json output: { type: "object" } }