NAME
Amazon::MWS::XML::Response::OrderReport::Item
DESCRIPTION
Class which handles the xml structures reported by the GetReport
with type OrderReport
in the Item
slot (the orderline's items).
The class should act like Amazon::MWS::XML::OrderlineItem when applicable.
ACCESSORS
They correspond to the documented structure. They should not be called directly, though, prefer the methods above.
- Title
- Quantity
- SKU
- ItemPrice
- ProductTaxCode
- AmazonOrderItemCode
- ItemFees
merchant_order_item
Our id (read-write).
METHODS AND SHORTCUTS
All the methods are read only.
- total_price
-
The grand total for the item in the given quantity.
- subtotal
-
If there are taxes in the amazon price component, including taxes, but without shipping.
- shipping
-
The shipping cost including taxes.
- price
-
Individual price of a single item, including taxes (from the Amazon point of view): subtotal / quantity.
- shipping_netto
-
The shipping without the taxes (from the Amazon point of view).
- price_netto
-
The price without taxes (from the Amazon point of view) for the quantity.
- item_tax
- shipping_tax
- amazon_fee
-
The price paid to amazon for the given item. It could be a negative number.
- quantity
- currency
- name
- sku
- amazon_order_item
- as_ack_orderline_item_hashref