action brandlovers_get_orders_status_approved { label: "Return list of approved orders" description: "Returns a list of approved orders. Orders in the `approved` state must be fullfiled imediadetelly." provider: brandlovers method: GET path: "/orders/status/approved" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }