fragment OrderLine on OrderLine { id productSku productName quantity taxClass { id } unitPrice { net { amount } } totalPrice { net { amount } tax { amount } } }