Can't be able to add tax while creating line items
API Url: https://api.clover.com/v3/merchants/XXXXXXXXX/orders/WX27C34S22ZQ8/bulk_line_items
Request : { "items": [ { "item": { "id": "ZJHM4KRKVVSNY" }, "price": 100, "unitQty": 2, "taxRates": [ { "items": [{"id": "ZJHM4KRKVVSNY"}], "taxType": "INTERNAL_TAX", "name": "Tax", "rate": 10, "isDefault": false, "taxAmount": 10 } ] } ] }
Response: { "details": "The requested resource could not be found.", "message": "Not Found" }