Package DE_EPAGES::Ebay::API::Object::LineItemEbayTransaction
object interface for LineItemEbayTransaction.
Functions
- isQuantityCorrectOnInsertOrder
- recalculate
isQuantityCorrectOnInsertOrder
No quantity check for eBay transactions, product may have no price in
MBO which is okay since price comes from eBay.
Syntax |
$LineItemEbayTransaction->isQuantityCorrectOnInsertOrder;
|
Return |
- $IsValid (boolean)
- true if the quantity is ok
|
recalculate
Syntax |
$LineItem->recalculate($hValues);
|
Input |
- $hValues (ref.hash)
- values witch will be changed
|