CreateUploadJobRequest
Creates a Bulk Data Exchange Job and assigns it a job id and a file reference id. You need to add these ids to all Bulk Data Exchange calls that are related to your job, such as getJobStatusRequest. You will also need to add this information to File Transfer Service requests for this job.
Fields
fileType ( see FileType for possible values ) [0..1]
Specifies the upload job type. Only XML is currently allowed.
See the Field Index to learn which calls use fileType.

uploadJobType ( token ) [?..1]
Specifies the Merchant Data API call used in a Bulk Data Exchange upload job. Each Bulk Data Exchange job can only have one jobType per job. For instance, if you are uploading a data file it can not have AddFixedPriceItem calls and ReviseFixedPriceItem calls within the same upload file.

Applicable values:
AddFixedPriceItem
Defines a single new fixed price item and lists it on a specified eBay site. To list multiple new items, execute AddFixedPriceItemRequestType once for each item, with a new item definition each time.
EndFixedPriceItem
Ends the specified item listing before the date and time at which it would normally end (per the listing duration).
OrderAck
Request that acknowledges that an order has been received. Use the OrderAck job to acknowledge each line item in a SoldReport by order ID or line item ID. After you send the first OrderAck call, future SoldReports will only contain unacknowledged orders or line items.
RelistFixedPriceItem
Enables a seller to take a single item (or a single multi-item listing) that ended without bidders or buyers and re-list it on a specified eBay site. The listing may be re-listed with the same item properties as the original or the seller may change a number of the item's defining properties at re-listing time. The new listing will have a different item ID than the original one. RelistItem re-lists a single item (or a single multi-item listing) that has already ended. To re-list multiple items (multiple listings) that have ended, execute RelistFixedPriceItem once for each ended listing.
ReviseFixedPriceItem
Enables a seller to change the properties of a currently active listing. Include the item ID of the ended item being revised and any properties that are being changed for the revision.
ReviseInventoryStatus
Enables a seller to change the price and quantity of a currently active fixed-price listing. Inputs are the item IDs and SKUs of the listings being revised, and price and quantity that are being changed for each revision. Only applicable to fixed-price listings that include a SKU.
SetShipmentTrackingInfo
Includes information about a specific item and the shipping information associated with it.
UploadSiteHostedPictures
Uploads a picture to EPS (eBay Picture Services) when you supply a URL in the ExternalPictureURL field (the location of the picture on an external web server). Unlike what the call name implies, you can only upload one picture per call.
See the Field Index to learn which calls use uploadJobType.

UUID ( string ) [?..1]
A Universally Unique Identifier (UUID) provided by the seller's application.
See the Field Index to learn which calls use UUID.

This document was generated with a customized version of the apireferencedocs tool.

© 2008–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.