Skip to content

Instantly share code, notes, and snippets.

@conord33
Created May 27, 2015 18:51
Show Gist options
  • Save conord33/5d0c329f31c3e20b4029 to your computer and use it in GitHub Desktop.
Save conord33/5d0c329f31c3e20b4029 to your computer and use it in GitHub Desktop.
shoppingCartInfo_Response
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:Magento">
<SOAP-ENV:Body>
<ns1:shoppingCartInfoResponseParam>
<result>
<store_id>1</store_id>
<created_at>2015-05-27 18:46:30</created_at>
<updated_at>2015-05-27 18:48:47</updated_at>
<quote_id>2920355</quote_id>
<is_active>0</is_active>
<is_virtual>0</is_virtual>
<is_multi_shipping>0</is_multi_shipping>
<items_count>1</items_count>
<items_qty>2</items_qty>
<orig_order_id>0</orig_order_id>
<store_to_base_rate>1.0000</store_to_base_rate>
<store_to_quote_rate>1.0000</store_to_quote_rate>
<base_currency_code>USD</base_currency_code>
<store_currency_code>USD</store_currency_code>
<quote_currency_code>USD</quote_currency_code>
<grand_total>0.0000</grand_total>
<base_grand_total>0.0000</base_grand_total>
<checkout_method>guest</checkout_method>
<customer_id>552924</customer_id>
<customer_tax_class_id>6</customer_tax_class_id>
<customer_group_id>1</customer_group_id>
<customer_email>conor+trash@prolificinteractive.com</customer_email>
<customer_firstname>conor</customer_firstname>
<customer_lastname>dawson</customer_lastname>
<customer_note_notify>1</customer_note_notify>
<customer_is_guest>0</customer_is_guest>
<password_hash>0:2:0371959a121604b2:40iT7NfCQ5CbS8cD5IHm6g==</password_hash>
<global_currency_code>USD</global_currency_code>
<base_to_global_rate>1</base_to_global_rate>
<base_to_quote_rate>1</base_to_quote_rate>
<subtotal>0</subtotal>
<base_subtotal>0</base_subtotal>
<subtotal_with_discount>0</subtotal_with_discount>
<base_subtotal_with_discount>0</base_subtotal_with_discount>
<shipping_address>
<address_type>shipping</address_type>
<country_id>US</country_id>
<shipping_method>tablerate_bestway</shipping_method>
</shipping_address>
<billing_address>
<address_type>billing</address_type>
<country_id>US</country_id>
<shipping_method>tablerate_bestway</shipping_method>
</billing_address>
<items>
<complexObjectArray>
<item_id>10672590</item_id>
<created_at>2015-05-27 18:48:47</created_at>
<updated_at>2015-05-27 18:48:47</updated_at>
<product_id>23155</product_id>
<store_id>1</store_id>
<is_virtual>0</is_virtual>
<sku>12942-gold</sku>
<name>Gold Spike Strand</name>
<free_shipping>0</free_shipping>
<is_qty_decimal>0</is_qty_decimal>
<no_discount>0</no_discount>
<weight>3</weight>
<qty>2</qty>
<price>0</price>
<base_price>0</base_price>
<discount_percent>0</discount_percent>
<discount_amount>0</discount_amount>
<base_discount_amount>0</base_discount_amount>
<tax_percent>0</tax_percent>
<tax_amount>0</tax_amount>
<base_tax_amount>0</base_tax_amount>
<row_total>0</row_total>
<base_row_total>0</base_row_total>
<row_total_with_discount>0</row_total_with_discount>
<row_weight>0</row_weight>
<product_type>simple</product_type>
<tax_class_id>2</tax_class_id>
</complexObjectArray>
</items>
<payment/>
</result>
</ns1:shoppingCartInfoResponseParam>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment