action brandlovers_get_orders_status_new { label: "Returns a list of orders flagged as new." description: "Returns a list of orders flagged as new. New orders should not be fullfiled until marketplace flags them as approved." provider: brandlovers method: GET path: "/orders/status/new" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }