RecurringJobDetail
Recurring Job Detail for response. Job detail includes recurring job ID, creation time, frequency of recurrence, job type, and job status.

Types that use RecurringJobDetail:

Call that uses one or more fields of RecurringJobDetail:

Fields

creationTime ( dateTime )
dailyRecurrence ( DailyRecurrence )
downloadJobType ( token )
frequencyInMinutes ( int )
jobStatus ( RecurringJobStatus )
monthlyRecurrence ( MonthlyRecurrence )
recurringJobId ( string )
weeklyRecurrence ( WeeklyRecurrence )

creationTime ( dateTime ) [?..1]
The date and time a Bulk Data Exchange job was created.
See the Field Index to learn which calls use creationTime.

dailyRecurrence ( DailyRecurrence ) [0..1]
Optional element to define the recurrence interval for daily jobs.
See the Field Index to learn which calls use dailyRecurrence.

downloadJobType ( token ) [?..1]
Specifies the report you want to download. Each Bulk Data Exchange job can only have one jobType per job. For instance, if you are downloading a SoldReport, it will only have pre-defined SoldReport data within the file.

Applicable values:
ActiveInventoryReport
A report that contains all of the active listings for a specific seller ID. The eBay servers read the credential information passed in by the seller's application to determine which seller's data to retrieve.
FeeSettlementReport
A report that contains all of the fees that you have incurred as invoices are generated by the eBay servers. This report gives large merchants the ability to look at their fees for many listings in one file.
SoldReport
Lists all items that have been sold by this seller (sold items that were submitted to the Large Merchant Service by the seller's application).

When an item is sold, the eBay application creates an 'order' for the seller. If only one item is sold, there is one order ID and one line item ID associated with the sale. However, if multiple items are sold as part of the same transaction, there is one order ID for the sale, and multiple line item IDs - one line item ID for each item sold.

Therefore, the Sold Report returns the order IDs and line item IDs for every order associated with the seller who is making the request. Sellers use this information to make inventory updates and start order fulfillment.

When orders have been fulfilled, the seller will probably want to remove them from the list of all orders that comes back every time they receive a SoldReport. To do this, they can acknowledge each order that has been fulfulled (using order ID or line item ID) by uploading a list of the fulfulled order information using an OrderAck request.

After you upload a data file with an OrderAck request, the orders (or line items within an order) will no longer appear in the SoldReport. (After you send the first OrderAck call, future SoldReports that you request will only contain unacknowledged orders and line items.)
See the Field Index to learn which calls use downloadJobType.

frequencyInMinutes ( int ) [0..1]
Use this element to specify job recurrence interval in minutes.
See the Field Index to learn which calls use frequencyInMinutes.

jobStatus ( see RecurringJobStatus for possible values ) [?..1]
Returns the current state of a recurring Bulk Data Exchange Job. Use getJobStatus to find out where your job is in the processing cycle. Default is to return status for all jobs.
See the Field Index to learn which calls use jobStatus.

monthlyRecurrence ( MonthlyRecurrence ) [0..1]
Optional element to define the recurrence interval for monthly jobs.
See the Field Index to learn which calls use monthlyRecurrence.

recurringJobId ( string ) [?..1]
Recurring job ID, returned by call to createRecurrringJobRequest.
See the Field Index to learn which calls use recurringJobId.

weeklyRecurrence ( WeeklyRecurrence ) [0..1]
Optional element to define the recurrence interval for weekly jobs.
See the Field Index to learn which calls use weeklyRecurrence.

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.