I see in the API documentation that there are 2 new endpoints, "atomic_order/orders" and "atomic_order/checkouts", what is the difference between the 2? Can we start using them instead of building orders with multiple requests?
https://docs.clover.com/reference#ordercreateatomicorder
https://docs.clover.com/reference#ordercheckoutatomicorder
Edit: Just tried the "/orders" one and it works, but can't create custom lineItems it seems, must reference existing items.