# OR21 - Accept or refuse order lines Accept or refuse order lines in the WAITING_ACCEPTANCE statusCall FrequencyRecommended usage: At each new order on the MarketplaceMaximum usage: At each new order on the Marketplace Endpoint: PUT /api/orders/{order_id}/accept ## Path parameters: - `order_id` (string, required) Order's identifier ## Request fields (application/json): - `order_lines` (array, required) List of representations of order line for acceptance - `order_lines.accepted` (boolean, required) Boolean indicating if the order line is accepted or refused - `order_lines.id` (string, required) Order line's identifier