Closed howardyoo closed 1 month ago
This PR adds additional attribute called 'orderItems' that is a representation of order items made when checking out, giving a breakdown of quantity of the products, product ids, and their cost.
The value would look something like this:
[item:{product_id:"L9ECAV7KIM" quantity:4} cost:{currency_code:"USD" units:36 nanos:449999999}]
This PR adds additional attribute called 'orderItems' that is a representation of order items made when checking out, giving a breakdown of quantity of the products, product ids, and their cost.
The value would look something like this: