action brandlovers_get_orders_status_partially_delivered { label: "Returns a list of partially deliverd orders" description: "Returns a list of partially deliverd orders. This is a list of orders with items shipped but with not all items ackwlodged as deliverd" provider: brandlovers method: GET path: "/orders/status/partiallyDelivered" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }