{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/OrderTask",
"title": "OrderTask",
"type": "object",
"properties": {
"completionDate": {
"type": "string",
"description": "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\u2019s filter criteria, and the seller can run a getResultFile call to download the report."
},
"creationDate": {
"type": "string",
"description": "The date the task was created."
},
"detailHref": {
"type": "string",
"description": "The path to the call URI used to retrieve the task."
},
"feedType": {
"type": "string",
"description": "The feed type associated with the task."
},
"filterCriteria": {
"description": "A container that returns the filter criteria used.",
"$ref": "#/components/schemas/OrderFilterCriteria"
},
"schemaVersion": {
"type": "string",
"description": "The schema version number associated with the create task."
},
"status": {
"type": "string",
"description": "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.