brandon14/ebay-sdk-php

View on GitHub
src/Sell/Feed/V1/docs/Model/OrderTask.md

Summary

Maintainability
Test Coverage
# # OrderTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**completion_date** | **string** | The timestamp when the task went into the <code>COMPLETED</code> or <code>COMPLETED_WITH_ERROR</code> 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 <strong>getResultFile</strong> 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. | [optional]
**feed_type** | **string** | The feed type associated with the task. | [optional]
**filter_criteria** | [**\TNT\Ebay\Sell\Feed\V1\Model\OrderFilterCriteria**](OrderFilterCriteria.md) |  | [optional]
**schema_version** | **string** | The schema version number associated with the create task. | [optional]
**status** | **string** | The enumeration value that indicates the state of the task that was submitted in the request. See <strong>FeedStatusEnum</strong> for information. <p>The values <code>COMPLETED </code>and<code> COMPLETED_WITH_ERROR</code> indicate the Order Report file is ready to download.</p> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FeedStatusEnum'>eBay API documentation</a> | [optional]
**task_id** | **string** | The ID of the task that was submitted in the request. | [optional]
**upload_summary** | [**\TNT\Ebay\Sell\Feed\V1\Model\UploadSummary**](UploadSummary.md) |  | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)