Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.64 KB

File metadata and controls

16 lines (13 loc) · 1.64 KB

# Task

Properties

Name Type Description Notes
completion_date string The timestamp when the task went into the COMPLETED or COMPLETED_WITH_ERROR state. This state means that eBay has compiled the report for the seller based on the seller’s filter criteria, and the seller can run a getResultFile call to download the report. [optional]
creation_date string The date the task was created. [optional]
detail_href string The path to the call URI used to retrieve the task. This field points to the GetOrderTask URI if the task is for LMS_ORDER_REPORT or will be null if this task is for LMS_ORDER_ACK. [optional]
feed_type string The feed type associated with the task. [optional]
schema_version string The schema version number associated with the task. [optional]
status string The enumeration value that indicates the state of the task that was submitted in the request. See FeedStatusEnum for information. The values COMPLETED and COMPLETED_WITH_ERROR indicate the Order Report file is ready to download. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FeedStatusEnum&#39;&gt;eBay API documentation</a> [optional]
task_id string The ID of the task that was submitted in the request. [optional]
upload_summary \Ebay\Sell\Feed\Model\UploadSummary [optional]

[Back to Model list] [Back to API list] [Back to README]