I am trying to add more than four Line Items to an order. I am creating it using the
$curl = curl_init('https://api.eu.clover.com/v3/merchants/' . $merchant_id . '/orders/' . $order_id . '/line_items');
It will add the first four but not any after that.