brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # InventoryTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**task_id** | **string** | The ID of the task. This ID is generated when the task was created by the <strong>createInventoryTask</strong> method. | [optional]
**status** | **string** | The status of the task. Users must wait until status is complete before moving on to the next step (such as uploading/downloading a file). For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FeedStatusEnum'>eBay API documentation</a> | [optional]
**feed_type** | **string** | The feed type associated with the inventory task. | [optional]
**creation_date** | **string** | The date the task was created. | [optional]
**completion_date** | **string** | The timestamp when the task <strong>status</strong> went into the <code>COMPLETED</code>, <code>COMPLETED_WITH_ERROR</code>, or <code>PARTIALLY_PROCESSED</code> state. This field is only returned if the status is one of the three completed values. | [optional]
**schema_version** | **string** | The schema version number associated with the task. | [optional]
**detail_href** | **string** | The path to the call URI used to retrieve the task. This field points to the <strong>getInventoryTask</strong> URI. | [optional]
**upload_summary** | [**\TNT\Ebay\Sell\Feed\V1\Model\UploadSummary**](UploadSummary.md) |  | [optional]
**filter_criteria** | [**\TNT\Ebay\Sell\Feed\V1\Model\InventoryFilterCriteria**](InventoryFilterCriteria.md) |  | [optional]

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