action rebilly_get_product_collection { label: "Retrieve a list of products" description: "Retrieve a list of products.\n" provider: rebilly method: GET path: "/products" encoding: json output: { type: "array" items: { type: "object" } } }