Venture ERP Documentation : TableDefinitionEbayCategoryMasterVersion

Venture :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Return to: Database Reference Home Page
Return to: Table Definitions Master List

*Table Name*

ebay_category_master_version

*Description*

eBay category version, loaded from eBay API
Used as part of the Venture eBay system. This table stores the current version of the eBay category master. The actual category master is rather large and is a time consuming use of API calls. As a result, the Venture eBay system stores the current version of the category master and attempts to load the entire contents of the category master only if it has been updated.

*Schema*

CREATE TABLE ebay_category_master_version (
    "version" int,                              -- Version # of eBay category listing
    "update_gmt_time" timestamp                 -- Update timestamp
);

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.0393 seconds