Cart - Use permalinks to pre-load the cart

I’m trying to find a way to add a product with line item properties to a user’s existent cart using a link (without clearing their cart). Thanks to this thread I learned I can add items to an existent cart using this link: https://example.com/cart/add?id[]=variantid

But does anyone know if there’s a way to include line item properties in that link?