Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 2.18 KB

File metadata and controls

18 lines (15 loc) · 2.18 KB

# InventoryTask

Properties

Name Type Description Notes
taskId 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&#39;&gt;eBay API documentation</a> [optional]
feedType string The feed type associated with the inventory task. [optional]
creationDate string The date the task was created. [optional]
completionDate 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]
schemaVersion string The schema version number associated with the task. [optional]
detailHref string The path to the call URI used to retrieve the task. This field points to the <strong>getInventoryTask</strong> URI. [optional]
uploadSummary \Ansas\Ebay\Model\UploadSummary [optional]
filterCriteria \Ansas\Ebay\Model\InventoryFilterCriteria [optional]
inventoryFileTemplate string The inventory file template used to return specific types of inventory tasks, if set in the <strong>createInventoryTask</strong> method. This field does not apply to <code>LMS_ACTIVE_INVENTORY_REPORT</code> feed types. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:InventoryFileTemplateEnum&#39;&gt;eBay API documentation</a> [optional]

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