Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_item_simple.php
Go to the documentation of this file.
1 <?php
7 return [
8  'id' => '18',
9  'item_id' => '18',
10  'quote_id' => '1',
11  'created_at' => '2012-07-04 14:54:33',
12  'updated_at' => '2012-07-04 15:02:22',
13  'product_id' => '5',
14  'store_id' => '1',
15  'parent_item_id' => null,
16  'is_virtual' => '0',
17  'sku' => 'sp01',
18  'name' => 'Simple Product',
19  'description' => null,
20  'applied_rule_ids' => '1',
21  'additional_data' => null,
22  'free_shipping' => '0',
23  'is_qty_decimal' => '0',
24  'no_discount' => '0',
25  'weight' => '1.0000',
26  'qty' => 1,
27  'price' => 10,
28  'base_price' => '10.0000',
29  'custom_price' => null,
30  'discount_percent' => '10.0000',
31  'discount_amount' => '1.0000',
32  'base_discount_amount' => '1.0000',
33  'tax_percent' => '8.2500',
34  'tax_amount' => '0.8300',
35  'base_tax_amount' => '0.8300',
36  'row_total' => 10,
37  'base_row_total' => 10,
38  'row_total_with_discount' => '0.0000',
39  'row_weight' => '1.0000',
40  'product_type' => 'simple',
41  'base_tax_before_discount' => null,
42  'tax_before_discount' => null,
43  'original_custom_price' => null,
44  'redirect_url' => null,
45  'base_cost' => null,
46  'price_incl_tax' => '10.8300',
47  'base_price_incl_tax' => '10.8300',
48  'row_total_incl_tax' => '10.8300',
49  'base_row_total_incl_tax' => '10.8300',
50  'discount_tax_compensation_amount' => null,
51  'base_discount_tax_compensation_amount' => null,
52  'gift_message_id' => null,
53  'weee_tax_disposition' => '0.0000',
54  'weee_tax_row_disposition' => '0.0000',
55  'base_weee_tax_disposition' => '0.0000',
56  'base_weee_tax_row_disposition' => '0.0000',
57  'weee_tax_applied' => '[]',
58  'weee_tax_applied_amount' => '0.0000',
59  'weee_tax_applied_row_amount' => '0.0000',
60  'base_weee_tax_applied_amount' => '0.0000',
61  'base_weee_tax_applied_row_amnt' => '0.0000',
62  'event_id' => null,
63  'gw_id' => null,
64  'gw_base_price' => null,
65  'gw_price' => null,
66  'gw_base_tax_amount' => null,
67  'gw_tax_amount' => null,
68  'qty_options' => [],
69  'product' => null,
70  'tax_class_id' => '2',
71  'has_error' => false,
72  'base_calculation_price' => 10,
73  'calculation_price' => 10,
74  'converted_price' => 10,
75  'base_original_price' => 10
76 ];