action brandlovers_get_orders_status_delivered { label: "Returns a list of orders successfully delivered associated with this seller." description: "Returns a list of orders successfully delivered associated with this seller." provider: brandlovers method: GET path: "/orders/status/delivered" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }