Package DE_EPAGES::Ebay::API::Object::EbayTransaction
object interface for EbayTransaction.
Functions
- addToContainer
- completeOrder
- leaveFeedback
- sendFulfillmentMail
addToContainer
Syntax |
$LineItem = $Object->addToContainer( $Container, $hInfo );
|
Input |
- $Container (object)
- line item container
|
Return |
- $LineItem (object)
- lineitem
|
completeOrder
Set transaction status as complete on ebay
leaveFeedback
Leave customer feedback on ebay
Syntax |
leaveFeedback( $type, $text );
|
Input |
- $type (string)
- positive (only feedback type possible for merchant)
- $text (string)
- feedback text
|
sendFulfillmentMail
Send customer mail with instructions on how to complete the transaction
Syntax |
sendFulfillmentMail( );
|