Cdn API

<back to all web services

EbaySellerRequest

Cdn.Api

The following routes are available for this service:
GET/EbaySellerRequest
EbaySellerRequest Parameters:
NameParameterData TypeRequiredDescription
SellerquerystringNo
EbaySellerResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<MarketplaceLocalItem>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
MarketplaceLocalItem Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
AskIdformlongNo
UserIdformlongNo
UserCodeformstringNo
CustomerIdformlongNo
CompanyNameformstringNo
AuctionHouseAbbrevformstringNo
AuctionHouseNameformstringNo
AvatarformstringNo
DescriptionformstringNo
CdnxEntryCodeformstringNo
CdnEntryIdformlongNo
EntryNameformstringNo
EntryImageUrlformstringNo
EntryImageUrlLocalformstringNo
EntryImageSourceformstringNo
GradeformintNo
FullGradeformstringNo
ServiceformstringNo
SightCodeformstringNo
CallForPriceformboolNo
SpotMessageformstringNo
SpotBasedformboolNo
SpotPlusMinusformstringNo
SpotDollarPercentformstringNo
SpotOffsetformintNo
QuantityformintNo
ExtendedformstringNo
DetailsformboolNo
ErrorformboolNo
ExpireDateformstringNo
LastModifiedformstringNo
PaperQualityformstringNo
IsAuctionformboolNo
AuctionEndsformstringNo
AuctionSoldForformdecimalNo
UrlformstringNo
IsCacformboolNo
IsSoldformboolNo
AprIdformlongNo
Rec_typeformstringNo
PriceformdecimalNo
Catalog_IdformlongNo
CatalogformstringNo
CatalogSortformlongNo
Group_idformlongNo
GroupformstringNo
GroupSortformlongNo
Series_idformlongNo
SeriesformstringNo
SeriesSortformlongNo
EntrySortformlongNo
SortOrderformlongNo
ImagesformstringNo
ImagesAreLocalformboolNo
ActiveformboolNo
LastModformDateTimeNo
LastModByformstringNo
ItemSourceformstringNo
EbayItemJsonformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /EbaySellerRequest HTTP/1.1 
Host: cdnapidev.greysheet.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Data: 
	[
		{
			Id: String,
			AskId: 0,
			UserId: 0,
			UserCode: String,
			CustomerId: 0,
			CompanyName: String,
			AuctionHouseAbbrev: String,
			AuctionHouseName: String,
			Avatar: String,
			Description: String,
			CdnxEntryCode: String,
			CdnEntryId: 0,
			EntryName: String,
			EntryImageUrl: String,
			EntryImageUrlLocal: String,
			EntryImageSource: String,
			Grade: 0,
			FullGrade: String,
			Service: String,
			SightCode: String,
			CallForPrice: False,
			SpotMessage: String,
			SpotBased: False,
			SpotPlusMinus: String,
			SpotDollarPercent: String,
			SpotOffset: 0,
			Quantity: 0,
			Extended: String,
			Details: False,
			Error: False,
			ExpireDate: String,
			LastModified: String,
			PaperQuality: String,
			IsAuction: False,
			AuctionEnds: String,
			AuctionSoldFor: 0,
			Url: String,
			IsCac: False,
			IsSold: False,
			AprId: 0,
			Rec_type: String,
			Price: 0,
			Catalog_Id: 0,
			Catalog: String,
			CatalogSort: 0,
			Group_id: 0,
			Group: String,
			GroupSort: 0,
			Series_id: 0,
			Series: String,
			SeriesSort: 0,
			EntrySort: 0,
			SortOrder: 0,
			Images: String,
			ImagesAreLocal: False,
			Active: False,
			LastMod: 0001-01-01,
			LastModBy: String,
			ItemSource: String,
			EbayItemJson: String
		}
	],
	Total: 0,
	OpCode: 0,
	ErrorText: String,
	RequestTime: String,
	ResponseTime: String,
	TotalExecutionTime: String,
	CachedResponse: False
}