action brandlovers_get_orders_status_canceled { label: "Returns lists of canceled orders" description: "Returns a list with canceled orders. Canceled orders should not be fullfiled." provider: brandlovers method: GET path: "/orders/status/canceled" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }