action brandlovers_get_orders_status_sent { label: "Returns a list with orders fully sent" description: "Returns a list with orders completely fullfiled, this means orders with all items sent. Orders will ordered by dateCreated fowllowed by last update" provider: brandlovers method: GET path: "/orders/status/sent" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }