Overview

Namespaces

  • Alvine
    • Merchant
      • Ebay
        • Lms
          • BulkDataExchange
            • Datatype
            • Input
            • Output
          • DataType
          • FileTransfer
            • Input
              • DataType
            • Output
              • DataType
        • Trading
          • Document
          • Element
        • Util

Classes

  • DownloadFile
  • UploadFile
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class DownloadFile

DownloadFile

Lädt eine Datei (in der Regel ein Report) von eBay

<?xml version="1.0" encoding="utf-8"?>
<downloadFileRequest xmlns="http://www.ebay.com/marketplace/services">
 <!-- Call-specific Input Fields -->
 <fileReferenceId> string </fileReferenceId>
 <taskReferenceId> string </taskReferenceId>
</downloadFileRequest>
Alvine\Xml\Document
Extended by Alvine\Merchant\Ebay\AbstractInput
Extended by Alvine\Merchant\Ebay\Lms\FileTransfer\Input\DownloadFile
Namespace: Alvine\Merchant\Ebay\Lms\FileTransfer\Input
Package: Alvine\Merchant\Ebay
Category: Alvine
License: Alvine Nutzungslizenz
Author: schukai GmbH info@schukai.com
Version: $Revision:$
Since: 20150130
Link: alvine.io
Link: http://developer.ebay.com/devzone/file-transfer/CallRef/downloadFile.html
Located at lms/filetransfer/input/DownloadFile.class.php
Methods summary
public
# __construct( string $filereferenceid, string $taskreferenceid )

Neues Objekt

Neues Objekt

Parameters

$filereferenceid
Filereferenz-ID
$taskreferenceid
Taskreference-ID (Job-ID)
public Alvine\Merchant\Ebay\Lms\FileTransfer\Output\DownloadFile
# handleResponse( Alvine\Merchant\Ebay\Response $response )

handleResponse

handleResponse

Verarbeiten der Rückantwort von eBay

Parameters

$response
Rückantwort von eBay

Returns

Alvine\Merchant\Ebay\Lms\FileTransfer\Output\DownloadFile
Methods inherited from Alvine\Merchant\Ebay\AbstractInput
getMethod(), getOperationName()
Constants summary
string OPERATIONNAME

Name der Operation

Name der Operation

# 'downloadFile'
string METHOD

Name der Operation

Name der Operation

# \Alvine\Net\Http\RequestMethod::POST
alvine.merchant.ebay API-Dokumentation snapshot | © schukai GmbH | Impressum