Item object
This data model is used to store crucial product details. The price field represents the unit price of the individual item. The quantity field shows the number of units of the item. The name field denotes the name of the product, while sku holds the Stock Keeping Unit identifier. 100 is the maximum number of item objects in the items array.
Attributes
Warning
It is crucial that the price represents the unit price of the individual item.
Never populate the price by multiplying the quantity by the unit cost. Always enter the price for a single unit to maintain data accuracy.