Name | Description | Type | Additional information |
---|---|---|---|
EskimoID |
The numeric Eskimo ID of the Listing |
integer |
None. |
ExternalID |
The Identifier used by the third-party site. For example, when listing an item on eBay, an ID will generated by eBay to represent that listing. |
string |
None. |
ListingType |
Listing Type, or destination for the listing. |
EskimoClassLibraries.clsListing+ListingTypeEnum |
None. |
Category |
The external category. The ID of this will be required to post the item on the third-party site. |
EskimoClassLibraries.clsExternalCategory |
None. |
DateCreatedLocally |
The date that the retailer created the listing within the Eskimo software. |
date |
None. |
DateListedExternally |
The date that the listing was posted to the third-party. This will be NULL until the MarkAsListed action is called. |
date |
None. |
Title |
This is the short Title of the product being listed. |
string |
None. |
ItemDescription |
This is the full HTML description of the item. |
string |
None. |
UsesVariations |
This determines if the listing will be using more than one SKU. For instance, a t-shirt that comes in multiple colours and sizes will set this to True. |
boolean |
None. |
ListingDuration |
The amount of time that the listing should be active for |
EskimoClassLibraries.clsListing+ListingDurationEnum |
None. |
MaxDispatchTime |
How long the retailler will take to dispatch the goods once an order is placed. |
EskimoClassLibraries.clsListing+DispatchTimeMaxEnum |
None. |
ItemCondition |
The condition of the product. |
EskimoClassLibraries.clsListing+ConditionEnum |
None. |
Auto_Relist |
Determines if the product should be relisted if it doesn't sell |
boolean |
None. |
Listing_Format |
Fixed Price or Auction |
EskimoClassLibraries.clsListing+ListingFormatEnum |
None. |
Returns_Accepted |
Are returns accepted for this product |
boolean |
None. |
CurrencyCode |
The currency code used for the listing |
string |
None. |
CountryCode |
The two-digit country code for the lister of the product |
string |
None. |
ItemSpecifics |
A collection of the Item Specifics about this product. These are completed by the retailer, using the suggestions provided by the third-party. For instance, eBay will provide a list of all key-value pairs that they would like completed for each category type. |
Collection of EskimoClassLibraries.clsItemSpecificsBasic |
None. |
Variations |
If this listing is set to use variation, then this will be a collection of the price, SKU and quantity in stock that are offered for the product being listed. If the product does not use Variations, then there will only be one entry present. |
Collection of EskimoClassLibraries.clsVariation |
None. |
ShippingDetails |
A collection of the shipping options offered for the listing. For example they might offer Collect in Person + Parcel force 24 hour. |
Collection of EskimoClassLibraries.clsListingShipping |
None. |
ListingImages |
A collection of images for the listing |
Collection of EskimoClassLibraries.clsListingImage |
None. |