Serializes the item for the INITIATE request.
Map<String, dynamic> toMap() => { 'name': name, 'quantity': quantity, 'unitPrice': unitPrice, };