action brandlovers_get_products_status_selling { label: "Returns products that are successfully listed for sale." description: "Returns products that are successfully listed for sale." provider: brandlovers method: GET path: "/products/status/selling" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }