- product_type [xsd:string]
 - The type of product being purchased (’email’ or ‘postcard’)
 - product_details [xsd:string]
 - Must be undefined for product_type ’email’, the postcard size (‘4×6’ or ‘6×9’) for product_type ‘postcard’
 - quantity [xsd:int]
 - The quantity to purchase
 
