400 Bad Request

United States
Canada
Europe
Latin America

Make sure you are passing in required parameters. For example, if you try to add a line item without a price to an order, you’ll receive this error.

curl --request POST \ 
--url https://apisandbox.dev.clover.com/v3/merchants/{mId}/orders/{orderId}/line_items

{
    "name": "Custom line item"
}