eBid API Docs - JSON
AFTER SALE LOG Methods
eBid API methods that relate to the after sale process, once a sale has been agreed. Payment, making contact, feedback etc.
GetListingASL
Returns the ASL (After Sale Log) details for a given listing. If more than one sale has been made this will return more than one ASL.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingASL" ,
"SaleID":
"ListingID":
RESPONSE
"APIVersion": "",
"ListingTitle":
"Live":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
SaveListingASL
Save an entry to an After Sale Log (ASL). The Sale ID is required before submitting. A value for the OPTION variable is also required describing the action taking place, can be code or id. Always make a call to "GetListingASL" to obtain the current available options for the listing in question.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveListingASL" ,
"SaleID":
"Option":
"Details":
"ExtraID":
"Quantity":
"INR_Type":
RESPONSE
"APIVersion": "",
"ListingTitle":
"Code":
BUYING Methods
eBid API methods that enable or are related to BuyNow, Bidding and Offering (MaO).
GetCheckoutData
This API method will return all the data required to form a payment checkout. It includes item costs, shipping costs, discounts. Some options are available for the user to choose from, eg. shipping methods and destination. If user changes details then the method must be called again to show the updated costs relating to the changes, eg. shipping costs, sales taxes etc. Once the costs are finalised then the method "SaveCheckoutSubmit" will be called to redirect user to the payment processor (PayPal, PPPay and Skrill only). If no online payment processor (see "AlsoPaymentAvailable" field) is accepted by the seller details are for viewing only.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetCheckoutData" ,
"ListingID":
"SinglePayment":
"ShipTo":
"ShipToZip":
"TaxTo":
RESPONSE
"APIVersion": "",
{
[{
"SaleID":
"ListingTitle":
"Quantity":
"QuantityDown":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePricePay":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPrices":
{
[{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PricePay":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceCanChange":
"ErrorMessage":
"Taxes":
{
"Amount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AmountPay":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Percent":
"AlsoNeedFromShipping":
"ShipTo":
"ShipToZip":
"PPPayAvailable":
"PayPalAvailable":
"SkrillAvailable":
"AvailableTo":
"HomeCountry":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"TaxCalculatedTo":
"AlsoPaymentAvailable":
"ItemsDiscountAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ItemsDiscountAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingDiscount":
{
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingDiscountAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingDiscountPercent":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
SaveBid
This API method allows a bid to be saved on an eBid auction listing.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveBid" ,
"Quantity":
"Amount":
"LoginKey":
"Variation": # (added in 2.0)
{
[
{
"Value":
]
RESPONSE
"APIVersion": "",
"Code":
"Message":
SaveBuyNow
This API method allows a BuyNow to be recored on alisting.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveBuyNow" ,
"ListingID":
"Quantity":
"Variation": # (added in 2.0)
{
[
{
"Value":
]
RESPONSE
"APIVersion": "",
"ListingTitle":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Time":
"UnixTime":
"SaleID":
"Code":
"PaymentRequiredImmediately":
"PaymentRequiredImmediatelySec":
"PaymentRequiredImmediatelyLeft":
"PaymentRequiredImmediatelyUnixTime":
"PaymentRequiredImmediatelyTime":
{
[
{
"ImageSmall":
"ImageMedium":
"eBidImage":
]
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
SaveCheckoutSubmit
This method takes the data submitted from "GetCheckoutData" and will return a URL to redirect to to make payment.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveCheckoutSubmit" ,
"ShipTo":
"ShipToZip":
"TaxTo":
"Topay":
"Back_URL":
"Cancel_URL":
"Payment_Type":
"ListingID":
RESPONSE
"APIVersion": "",
SaveOffer
This API method allows an offer (MaO)to be recorded on a listing the has the Make an Offer (MaO) facility switched on.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveOffer" ,
"ListingID":
"Quantity":
"Price":
"BuyerNote":
RESPONSE
"APIVersion": "",
"ListingTitle":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Time":
"UnixTime":
"AutoAccept":
SaveOfferBuyerAcceptReject
This method is used when a buyer wishes to acceptor reject a counter offer (MaO) they have received from a seller.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveOfferBuyerAcceptReject" ,
"OfferID":
"ListingID":
"Accept":
RESPONSE
"APIVersion": "",
"ListingTitle":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Time":
"UnixTime":
"State":
"Code":
SaveOfferSellerAcceptReject
This method is used when a seller wishes to accept, reject or make a counter offer on a offer (MaO) they have received.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveOfferSellerAcceptReject" ,
"OfferID":
"ListingID":
"Accept":
"CounterPrice":
"SellerNote":
RESPONSE
"APIVersion": "",
"ListingTitle":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Time":
"UnixTime":
"State":
"Code":
EBID STORE Methods
eBid API methods relating to eBid Stores.
GetEbidStoreCategories
This API method returns all eBid Store categories in a given eBid Store or the subcategories below a certain hierarchy level if "ParentStoreCategoryID" is set.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetEbidStoreCategories" ,
"ParentStoreCategoryID":
RESPONSE
"APIVersion": "",
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
GetEbidStoreCategoryList
Returns the number of eBid Stores located in a certain category. Every eBid Store is categorised based on the items it sells when creating the store.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetEbidStoreCategoryList" ,
RESPONSE
"APIVersion": "",
[
"Category":
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
GetEbidStores
Returns information about a single eBid Store or alternatively a list of eBid Stores owned by a single user.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetEbidStores" ,
"UserID":
RESPONSE
"APIVersion": "",
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
SearchEbidStores
This API method will search eBid Stores according to keywords located in the title of the eBid Store.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SearchEbidStores" ,
"RowsLimit":
"Sort":
"CategoryID":
"Keyword":
RESPONSE
"APIVersion": "",
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
ITEM Methods
These functions does not require login and return listings data
GetListingBids
Returns all listing bids, BuyNows and successful accepted MaO (offers). If "LoginKey" (user is logged in) field is sent in request then the response will house more information.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingBids" ,
"ListingID":
RESPONSE
"APIVersion": "",
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
GetListingMultiple
Similar to "GetListingSingle" but only for live listings, but retrieves data for multiple listings in a single call. Send multiple "ListingID" instances within your request comma delimited. Will not return closed listing data.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingMultiple" ,
{
"ShipTo":
"ShipToZip":
RESPONSE
"APIVersion": "",
{
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
GetListingOffers
This method returns offers (MaO) made on a listing. This will show all offers including pending, rejected, accepted, countered.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingOffers" ,
"ListingID":
RESPONSE
"APIVersion": "",
[{
{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
"OfferID":
"UnixTime":
"Time":
"OfferAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"OfferAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"CounterOfferUnixTime":
"CounterOfferTime":
"CounterOfferAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CounterOfferAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"StateUnixTime":
"StateTime":
"StateCode":
"StateText":
"BuyerNote":
"SellerNote":
"OfferMadeBy":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"OfferExtraState":
"DecideUnixTime":
"DecideTime":
GetListingSingle
Retrieves information relating to a single listing on eBid. The method has various parameters to generate listing pages similar to those on eBid.net itself. There is no need to use all the options available to you, only the basics will give you most information. If "LoginKey" is submitted (meaning a user is logged in to their account) then extra data is provided.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingSingle" ,
"ShipTo":
"ShipToZip":
"WithBids":
"WithASL":
"WithAdultHiddenNames":
"QuestionsHistory":
"QuestionsCount":
"FullCategoryPath":
"LoginKey":
"GetUserListingsCount":
"RepostedIDs":
"WithVariations":
RESPONSE
"APIVersion": "",
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
LOGIN Methods
eBid API methods to allow a user login session to be created. A Session ID is required first then a login can take place via redirecting your user to the LoginURL returned.
CheckLoginKey
Is the current "LoginKey" still valid and not expired? Eg. is the user still logged in?
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "CheckLoginKey" ,
"UserID":
RESPONSE
"APIVersion": "",
GetLoginKey
This method returns a "LoginKey" based on the "SessionID" sent in the request. It's the last pasrt of the authorization process. The "LoginKey" must be stored securely at the client side and added to any relevant requests that require a login to process. It cannot be requested twice.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetLoginKey" ,
RESPONSE
"APIVersion": "",
"Expiry":
"ReturnURL":
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
GetSessionID
SessionID is a 32 character random string generated by the API. A success ("ReturnURL") and failed/cancelled ("RetunCancelURL") are required to redirect after a good/bad login.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetSessionID" ,
"ReturnCancelURL":
RESPONSE
"APIVersion": "",
"LoginUrl":
MY EBID Methods
eBid API methods relating to user account administration similar to the "My eBid" section of the eBid website.
GetMyEbidBidsMade
Returns an array of listings on which the current user has pending bids. This will not include bids that won auctions.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidBidsMade" ,
"Start":
"RowsLimit":
RESPONSE
"APIVersion": "",
[{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
GetMyEbidBidsReceived
Returns and array of listings on which the user has received bids on items they are selling. Bids will be pending, eg. auction has not closed yet.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidBidsReceived" ,
"Start":
"RowsLimit":
RESPONSE
"APIVersion": "",
[{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
GetMyEbidBought
Returns an array of listings which have resulted in purchases by this user. Be it BuyNow, successful bids or accepted MaO (offers).
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidBought" ,
"Start":
"RowsLimit":
"ShortResponse":
RESPONSE
"APIVersion": "",
[{
{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"InvoiceStatus":
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"SaleID":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
GetMyEbidCounters
Returns the most important counts relating to a user's activity. Includes number of bids made, items purchased, offers made, offers received, sold items etc. Similar to the My eBid Dashboard counts on our main site.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidCounters" ,
RESPONSE
"APIVersion": "",
"OffersMade":
"Bought":
"BidsReceived":
"OffersReceived":
"Sold":
"QuestionsAnswers":
"FeedbackDuty":
"WatchLive":
"WatchClosed":
GetMyEbidOffersMade
Returns an array of listings on which the current user has pending offers (MaO). This will not include offers that were accepted by the seller and changed into purchased items.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidOffersMade" ,
"Start":
"RowsLimit":
RESPONSE
"APIVersion": "",
[{
{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
"OfferID":
"UnixTime":
"Time":
"OfferAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"OfferAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"CounterOfferUnixTime":
"CounterOfferTime":
"CounterOfferAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CounterOfferAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"StateUnixTime":
"StateTime":
"StateCode":
"StateText":
"BuyerNote":
"SellerNote":
"OfferMadeBy":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"OfferExtraState":
"DecideUnixTime":
"DecideTime":
GetMyEbidOffersReceived
Returns an array of listings on which the current user has pending offers (MaO) received. This will not include offers that were accepted by this user and therefore changed into sold items.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidOffersReceived" ,
"Start":
"RowsLimit":
RESPONSE
"APIVersion": "",
{
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
GetMyEbidSold
Returns an array of listings which have resulted in sales by this user. Be it BuyNow, successful bids or accepted MaO (offers).
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidSold" ,
"Start":
"RowsLimit":
"ShortResponse":
"Filter":
{
"Paid":
"Shipped":
"Fbk_Left":
"Fbk_Rcvd":
"Keyword":
RESPONSE
"APIVersion": "",
[{
{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"InvoiceStatus":
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Name":
"Address1":
"Address2":
"City":
"StateOrCounty":
"Postcode":
"Country":
"Home":
"AV":
"UserlevelText":
"Userlevel":
"SaleID":
GetMyEbidWatched
Returns an array of listings which the user in session is Watching.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetMyEbidWatched" ,
"Start":
"RowsLimit":
"ShortResponse":
RESPONSE
"APIVersion": "",
[{
{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
"CloseSoon":
GetUserDefaults
Returns the data as seen in the My Defaults > My Selling Defaults section of My eBid on our main website. These are saved listing details, eg. title and price that are used to populate the listing form when putting an item up for sale.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetUserDefaults" ,
RESPONSE
"APIVersion": "",
{
"InvoiceDefaultText":
"ResetCounter":
"GoogleExport":
"HideReserve":
"ZipFromChoose":
"ZipFromDefault":
"DeleteBeforeFtpLanch":
[
"ListingDefaults":
{
"Title":
"SubTitle":
"Category2":
{
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
"Bold":
"Highlight":
"Movie":
"Quantity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Feature":
"FeatureText":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"FixedPrice":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"Duration":
{
"Hours":
"Mins":
"AutoExtend":
"UntilSold":
"Tax":
{
"ReservePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"NoReserve":
"RepostCount":
"HideAdult":
"StartListing":
{
"Unixtime":
"Date":
"DomesticShippings":
{
"InternationalShippings":
{
"IsProfileDefault":
"Category":
{
"CategoryName":
"Variations": # (added in 2.0)
{
[
{
[
{
"ImageSmall":
"ImageMedium":
"eBidImage":
]
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Barcode":
"ItemSpecifics":
{
"Value":
]
]
SaveQuestionNew
Allows a user to ask a question relating to a live listing, or reply to a question already asked.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveQuestionNew" ,
"ListingID":
"Message":
"InReply":
RESPONSE
"APIVersion": "",
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
SaveUnwatchListing
Send request to stop watching a listing ID that is currently in a user's Watching section of My eBid.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveUnwatchListing" ,
"ListingID":
RESPONSE
"APIVersion": "",
"Code":
SaveWatchListing
This method will save a listing ID to the Watching section of a users "My eBid" area.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveWatchListing" ,
"ListingID":
RESPONSE
"APIVersion": "",
"Code":
SEARCH & BROWSE Methods
eBid API methods relating to the searching of and categorization of listings within the eBid ecosystem.
GetCategoryInfo
This function return single category information. If category ID is wrong then it will return error.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetCategoryInfo" ,
RESPONSE
"APIVersion": "",
{
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
GetCategoryList
This function return all categories below root category or any subcategory . If CategoryID set to 0 then all root categories will return , if category is not zero then all subcategories of this category will return . 'NoAdult' option force return non-adult categories only.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetCategoryList" ,
"NoAdult":
RESPONSE
"APIVersion": "",
[
"Category":
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
GetCategoryListDeep
This function return all categories below spacified. Difference to GetCategoryList is return all subcategories with all levels below , and specify category id to zero will return all eBid categories . Please cache this function results at user side . eBid categories changed is not often.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetCategoryListDeep" ,
RESPONSE
"APIVersion": "",
[
"Category":
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
GetCategoryPath
This function return one or few categories that allow to output category navigation like category -> subcategory1 -> subcategory2 -> subcategory3 ... CategoryID is lowest category ID in this path.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetCategoryPath" ,
RESPONSE
"APIVersion": "",
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
GetCategorySpecifics
Get Category Item Specifics Data
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetCategorySpecifics" ,
RESPONSE
"APIVersion": "",
[
{
[
"Specifics":
{
"Name":
"Required":
"UserValuesAllowed":
"MultiValues":
"MaxValues":
"SuggestedValues":
{
]
]
SearchEbid
Search live eBid listings by keywords and various other filter.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SearchEbid" ,
"StoreID":
"StoreCategoryID":
"InDescription":
"MinPrice":
"MaxPrice":
"MinFeedback":
"Keyword":
"Adult":
"ItemCondition":
"UserID":
"Username":
"Country":
"BuyItNow":
"InClosed":
"ItemLocationMiles":
"ItemLocationPostcode":
"StartedAfter":
"CategoryPath":
"CategorySuggestion":
"CategorySuggestionShort":
"CategorySuggestionOnly":
"CategorySuggestionNoExpand":
"Sort":
"Start":
"RowsLimit":
"StoreCategorySuggestion":
RESPONSE
"APIVersion": "",
[{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"CategorySuggestion":
{
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
"CategoryName":
"StoreCategories":
{
[
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
]
SELLING Methods
eBid API methods that are related to the listing of items for sale on eBid, be it via Auction, BuyNow or Make an Offer (MaO).
GetCountryStates
Returns state/counties/provinces for an eBid country site.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetCountryStates" ,
RESPONSE
"APIVersion": "",
[{
"Name":
"Code":
GetEbidSites
Returns all active eBid sites around the world.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetEbidSites" ,
RESPONSE
"APIVersion": "",
[{
"Country":
"Language":
"Currency":
{
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Continent":
"LocatedOnContinent":
"DomesticPostageCalc":
"InternationalPostageCalc":
"WeightUnit":
{
"High":
"Low":
"MeasureUnit":
{
"Name":
"DistanceSearch":
[
"ExtraCurrency":
{
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
]
"LangState":
"LangPostcode":
GetItemConditionValues
Returns the possible values for the "Item Condition" field on the listing form. Can be used to create SELECT lists, add to keyword search forms etc.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetItemConditionValues" ,
RESPONSE
"APIVersion": "",
[
"Name":
"APIName":
]
GetListingDetailsFull
This function requires a user to be logged in and returns full data on a listing, can be used to populate edit forms. It will return more information than is available to the public. eg. Reserve prices and and full shipping data for all countries.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingDetailsFull" ,
"ListingID":
"ShipTo":
"ShipToZip":
"WithBids":
"WithASL":
"WithAdultHiddenNames":
"QuestionsHistory":
"QuestionsCount":
"FullCategoryPath":
"GetUserListingsCount":
"WithVariations":
RESPONSE
"APIVersion": "",
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
GetListingPreview
This method is similar to "SaveListingNew" but it does not put the listing live, it will check for errors and also return any eBid fees related to the listing of the item. This can be used before "SaveListingNew" to allow the user to check their listing and preview it.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingPreview" ,
"Title":
"Description":
"Quantity":
"Duration":
{
"Hours":
"Mins":
"AutoExtend":
"UntilSold":
"Duration":
"StartBid":
"ReservePrice":
"Feature":
"BuyNowPrice":
"Brand":
"Store":
{
"StoreCategory":
"AdultHide":
"ItemCondition":
"Images":
{
"Image":
"Extras":
{
"Highlight":
"Images":
{
"CategoryID":
"SubTitle":
"Movie":
"SKU":
"NoReserve":
"RepostCount":
"StartListing":
{
"Date":
"Tax":
{
"Rate":
"ApplyToShipping":
"PaymentMethod":
"DomesticShippings":
{
[{
"ShippingService":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"Option":
{
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
]
"InternationalShippings":
{
[{
"ShippingService":
"AvailableTo":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"InternationalShipping":
{
"AvailableTo":
"Machinable":
"Rectangular":
"FedexPackage":
]
"AcceptOffers":
"AutoOfferAcceptPrice":
"AutoOfferDeclinePrice":
"Barcode":
"ItemSpecificRaw":
"DispatchTime":
"ReturnPolicy":
"RepostListingID":
"Currency":
[
"ItemSpecifics": # (added in 2.0)
{
"Value":
]
"Variations": # (added in 2.0)
{
[
{
"Price":
"Barcode":
"Quantity":
[
"ItemSpecifics":
{
"Value":
]
]
RESPONSE
"APIVersion": "",
{
"CurrencySign":
"CurrencyName":
"CurrencyEmailSign":
"Listing":
{
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
GetListingPreviewEdit
This method is very similar to "SaveListingEdit", but it doest not save the changed data but previews it for errors allowing user to confirm changes.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetListingPreviewEdit" ,
"ListingID":
"Title":
"Description":
"StartBid":
"BuyNowPrice":
"ReservePrice":
"CategoryID":
"Barcode":
"Quantity":
"DispatchTime":
"ReturnPolicy":
"Store":
{
"StoreCategory":
"AdultHide":
"Duration":
{
"Hours":
"Mins":
"AutoExtend":
"UntilSold":
"Duration":
"RepostCount":
"Movie":
"SKU":
"AcceptOffers":
"AutoOfferAcceptPrice":
"AutoOfferDeclinePrice":
"Feature":
"Extras":
{
"Highlight":
"Images":
{
"CategoryID":
"SubTitle":
"DomesticShippings":
{
[{
"ShippingService":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"Option":
{
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
]
"InternationalShippings":
{
[{
"ShippingService":
"AvailableTo":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"InternationalShipping":
{
"AvailableTo":
"Machinable":
"Rectangular":
"FedexPackage":
]
"PaymentMethod":
"ItemCondition":
"Brand":
"Tax":
{
"Rate":
"ApplyToShipping":
"BuynowDiscount":
"BuynowDiscountLength":
"BuynowDiscountType":
"PostageCode":
"StartListing":
{
"Date":
"Images":
{
"Image":
"ItemSpecificRaw":
"Variations": # (added in 2.0)
{
[
{
"Price":
"Barcode":
"Quantity":
[
"ItemSpecifics":
{
"Value":
]
]
[
"ItemSpecifics": # (added in 2.0)
{
"Value":
]
RESPONSE
"APIVersion": "",
{
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
GetPaymentOptionValues
Returns the possible payment options available to the user or eBid country site in question. eg. PayPal, Skrill, Checks, Postal Orders etc. Can be used to populate a form to list an item for sale.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetPaymentOptionValues" ,
RESPONSE
"APIVersion": "",
{
"Name":
GetShippingOptionValues
Returns all the shipping options available to an eBid country site both international and domestic. Can be used to populate forms for listing items on eBid.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetShippingOptionValues" ,
RESPONSE
"APIVersion": "",
[{
"Name":
"Calculated":
"Type":
"PriceNotNeed":
[{
"SizeName":
"SizeRequired":
"ExtraOptions":
[{
"option":
{
"text":
SaveListingClose
This method will close live listings, up to 10,000 at once. If there are less than 5 ListingIDs then the will be closed immediately, if more then they will be queued for a few minutes time.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveListingClose" ,
"ListingID":
RESPONSE
"APIVersion": "",
[{
"ListingTitle":
[{
"ListingTitle":
SaveListingDelete
This API method will delete listings. Up to 10,000 can be deleted (not closed) immediately. Note : this will eradicate the listings and not close them into a users account history.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveListingDelete" ,
"ListingID":
RESPONSE
"APIVersion": "",
[{
"ListingTitle":
[{
"ListingTitle":
SaveListingEdit
Save changes to a live listing.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveListingEdit" ,
"ListingID":
"Title":
"Description":
"StartBid":
"BuyNowPrice":
"ReservePrice":
"CategoryID":
"Barcode":
"Quantity":
"DispatchTime":
"ReturnPolicy":
"Store":
{
"StoreCategory":
"AdultHide":
"Duration":
{
"Hours":
"Mins":
"AutoExtend":
"UntilSold":
"Duration":
"RepostCount":
"Movie":
"SKU":
"AcceptOffers":
"AutoOfferAcceptPrice":
"AutoOfferDeclinePrice":
"Feature":
"Extras":
{
"Highlight":
"Images":
{
"CategoryID":
"SubTitle":
"DomesticShippings":
{
[{
"ShippingService":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"Option":
{
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
]
"InternationalShippings":
{
[{
"ShippingService":
"AvailableTo":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"InternationalShipping":
{
"AvailableTo":
"Machinable":
"Rectangular":
"FedexPackage":
]
"PaymentMethod":
"ItemCondition":
"Brand":
"Tax":
{
"Rate":
"ApplyToShipping":
"BuynowDiscount":
"BuynowDiscountLength":
"BuynowDiscountType":
"PostageCode":
"StartListing":
{
"Date":
"Images":
{
"Image":
"ItemSpecificRaw":
"Variations": # (added in 2.0)
{
[
{
"Price":
"Barcode":
"Quantity":
[
"ItemSpecifics":
{
"Value":
]
]
[
"ItemSpecifics": # (added in 2.0)
{
"Value":
]
RESPONSE
"APIVersion": "",
{
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
SaveListingNew
Post an item for sale on eBid. Will return the listing ID of the new item if successful.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveListingNew" ,
"Title":
"Description":
"Quantity":
"Duration":
{
"Hours":
"Mins":
"AutoExtend":
"UntilSold":
"Duration":
"StartBid":
"ReservePrice":
"Feature":
"BuyNowPrice":
"Brand":
"Store":
{
"StoreCategory":
"AdultHide":
"ItemCondition":
"Images":
{
"Image":
"Extras":
{
"Highlight":
"Images":
{
"CategoryID":
"SubTitle":
"Movie":
"SKU":
"NoReserve":
"RepostCount":
"StartListing":
{
"Date":
"Tax":
{
"Rate":
"ApplyToShipping":
"PaymentMethod":
"DomesticShippings":
{
[{
"ShippingService":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"Option":
{
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
]
"InternationalShippings":
{
[{
"ShippingService":
"AvailableTo":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"InternationalShipping":
{
"AvailableTo":
"Machinable":
"Rectangular":
"FedexPackage":
]
"AcceptOffers":
"AutoOfferAcceptPrice":
"AutoOfferDeclinePrice":
"Barcode":
"ItemSpecificRaw":
"DispatchTime":
"ReturnPolicy":
"RepostListingID":
"Currency":
[
"ItemSpecifics": # (added in 2.0)
{
"Value":
]
"Variations": # (added in 2.0)
{
[
{
"Price":
"Barcode":
"Quantity":
[
"ItemSpecifics":
{
"Value":
]
]
RESPONSE
"APIVersion": "",
{
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Category":
{
"CategoryName":
"Category2":
{
"CategoryName":
"Title":
"SubTitle":
"Bold":
"Highlight":
"Movie":
"Brand":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"Quantity":
"StartTime":
"StartTimeUnix":
"StartPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TimeLeft":
{
"Value":
"Text":
"NextBid":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Increment":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BidCount":
"Feature":
"FeatureText":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Views":
"Description":
"Store":
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
"StoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"ParentStoreCategory":
{
"UserID":
"Name":
"Priority":
"ParentID":
"Code":
"StoreID":
"ItemsCount":
"HasChildren":
"AutoExtended":
"Barcode":
"SKU":
"ItemCondition":
{
"Name":
"APIName":
"PaymentOptions":
{
[{
"Name":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"ShipTo":
"ShipToName":
"ShipToZip":
"Shippings":
{
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
"PackageName":
{
[{
"Name":
"Price":
"ExtraItemPrice":
{
"Handling":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"PackageSize":
"PackageName":
"ExtraWeight":
{
"Oz":
[{
"Name":
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
{
"Type":
"Name":
{
[{
"Name":
"Price":
"ExtraItemPrice":
"AvailableTo":
{
"Name":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
"Calculated":
"ShippingTo":
"ShippingToName":
"ExtraDetails":
"MinShippingCost":
"MinShippingCostType":
"MinShippingCostName":
"UserListingsCount":
"ShipZipRequiredDom":
"ShipZipRequiredInt":
"Bids":
{
[{
"BuyNow":
"UserID":
"Username":
"UnixTime":
"Amount":
"Allocation":
"Quantity":
"QuantityText":
"Time":
"MAO":
"IconType":
"IconImages":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"HiddenName":
"NotPublic":
"BuyerFullInfo":
"Type":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
[{
"Username":
"AdultHide":
"ItemsAvailableBid":
"BiddingAvailable":
"HolidayNotice":
"HolidayNoticeText":
"Watch":
"ListingStateSuccess":
"ListingStateMessage":
"ListingQuestionState":
"Live":
"AcceptOffers":
"OffersStatus":
"OffersAttentionRequired":
"OffersHistoryCount":
"PrimaryMarket":
"AvailableTo":
[{
{
"Buyer":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"PurchasePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PurchasePriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"ShippingPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ShippingPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmount":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"TotalAmountExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"Status":
{
"InvoiceStatusText":
"PaymentStatus":
"PaymentStatusText":
"ShipmentStatus":
"ShipmentStatusText":
"FeedbackLeftStatus":
"FeedbackLeftStatusText":
"FeedbackReceivedStatus":
"FeedbackReceivedStatusText":
"AvailableOptions":
{
[{
"Code":
"Text":
"ExtraParam":
"TextNeed":
"Log":
{
[{
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Type":
"TextType":
"Details":
"ReplyTo":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudge":
"FeedbackMessage":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferAcceptPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"AutoOfferDeclinePrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"ToRepostCount":
"ToRepostOriginalCount":
"BuynowDiscount":
"ItemSpecificRaw":
"Duration":
{
"Hours":
"Mins":
"UntilSold":
"AutoExtend":
"StartListing":
{
[{
"Rate":
"ApplyToShipping":
"URL":
"QuestionsCount":
"Questions":
{
"ListingID":
"Poster":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"UnixTime":
"Time":
"Message":
"ReplyToID":
"NudgeCount":
"LastNudgeUnixTime":
"LastNudgeTime":
"DispatchTime":
{
"Label":
"ReturnPolicy":
{
"Label":
"CategoryPath":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"CategoryPath2":
{
[
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
]
"RepostedIDs":
{
[
"Variation":
{
{
"ImageSmall":
"ImageMedium":
"eBidImage":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"QuantitySold":
"Barcode":
"ItemSpecifics":
{
"Value":
]
"VariationsMinPrice":
"VariationsMaxPrice":
[{
"Value":
SaveListingNewMultiple
Saving up to 500 listings at time , is preferable when you need run many listings , it work faster then run single by single listings .
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "SaveListingNewMultiple" ,
[
"Listing":
{
"Title":
"Description":
"Quantity":
"Duration":
{
"Hours":
"Mins":
"AutoExtend":
"UntilSold":
"Duration":
"StartBid":
"ReservePrice":
"Feature":
"BuyNowPrice":
"Brand":
"Store":
{
"StoreCategory":
"AdultHide":
"ItemCondition":
"Images":
{
"Image":
"Extras":
{
"Highlight":
"Images":
{
"CategoryID":
"SubTitle":
"Movie":
"SKU":
"NoReserve":
"RepostCount":
"StartListing":
{
"Date":
"Tax":
{
"Rate":
"ApplyToShipping":
"PaymentMethod":
"DomesticShippings":
{
[{
"ShippingService":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"Option":
{
"Machinable":
"Rectangular":
"Girth":
"FedexPackage":
]
"InternationalShippings":
{
[{
"ShippingService":
"AvailableTo":
"ExtraItemPrice":
"Dimensions":
{
"Y":
"Z":
"Weight":
{
"Oz":
"ExtraWeight":
{
"Oz":
"PackageSize":
[
"InternationalShipping":
{
"AvailableTo":
"Machinable":
"Rectangular":
"FedexPackage":
]
"AcceptOffers":
"AutoOfferAcceptPrice":
"AutoOfferDeclinePrice":
"Barcode":
"ItemSpecificRaw":
"DispatchTime":
"ReturnPolicy":
"RepostListingID":
"Currency":
[
"ItemSpecifics": # (added in 2.0)
{
"Value":
]
"Variations": # (added in 2.0)
{
[
{
"Price":
"Barcode":
"Quantity":
[
"ItemSpecifics":
{
"Value":
]
]
]
RESPONSE
"APIVersion": "",
"SuccessCount":
[{
"Title":
"Listing Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Category":
{
"CategoryName":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"SKU":
UploadImage
This method allows the uploading of images/photos to a users "My Gallery" section and therefore to be used within a listing on a eBid. This function uploads images via URL or as attached binary data. Uploading photo by URL the data is sent as a normal xml/json request. If photo is sent as binary attachment it will need to use multipart/mime format. In first part of the upload use a normal xml/json request, in the second part is attached image binary data. Note : this uses a different API URL than most other API methods.
URL to call : http://api.ebid.net/image
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "UploadImage" ,
"Folder":
"LoginKey":
"Url":
RESPONSE
"APIVersion": "",
{
"Image":
"Width":
"Height":
"Title":
"Folder":
"ImageID":
"ImageSmall":
"ImageLarge":
"ImageMedium":
UploadImageHTML
This is our second image upload method, this is a standard HTML form upload and different to our other xml/json function. It is designed to send data directly from a web application. There is an issue with javscript however, elements cannot manipulate data for security reasons. So, to send this query with image attached programmers will need send form almost as it is.
On input this following HTML fields are accepted :
AppId - app id
AppKey - app key
LoginKey - login key received upon login procedure
ResponseType - response type ( xml or json value ), in which format response you expect.
Folder - folder where image to save ( same as myGallery usr folders , optional )
Some manipulations with data in javascript may be helpful :
var formData = new FormData();
var element = document.getElementById('image');
var files = element.files;
for (var ii = 0, file; file = files[ii]; ++ii)
{
formData.append('image', file);
}
formData.append( "LoginKey", loginInfo.LoginKey );
formData.append( "ResponseType", 'json' );
formData.append( "AppId", this.AppId );
formData.append( "AppKey", this.AppKey );
$.ajax({
url: 'api.ebid.net/image';
type: 'POST',
timeout: 120000,
xhr: function() { // custom xhr
myXhr = $.ajaxSettings.xhr();
return myXhr;
},
data: formData,
cache: false,
contentType: false,
processData: false,
.......
}
On input this following HTML fields are accepted :
AppId - app id
AppKey - app key
LoginKey - login key received upon login procedure
ResponseType - response type ( xml or json value ), in which format response you expect.
Folder - folder where image to save ( same as myGallery usr folders , optional )
Some manipulations with data in javascript may be helpful :
var formData = new FormData();
var element = document.getElementById('image');
var files = element.files;
for (var ii = 0, file; file = files[ii]; ++ii)
{
formData.append('image', file);
}
formData.append( "LoginKey", loginInfo.LoginKey );
formData.append( "ResponseType", 'json' );
formData.append( "AppId", this.AppId );
formData.append( "AppKey", this.AppKey );
$.ajax({
url: 'api.ebid.net/image';
type: 'POST',
timeout: 120000,
xhr: function() { // custom xhr
myXhr = $.ajaxSettings.xhr();
return myXhr;
},
data: formData,
cache: false,
contentType: false,
processData: false,
.......
}
URL to call : http://api.ebid.net/image
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "UploadImageHTML" }
RESPONSE
"APIVersion": "",
[
"Image":
"Width":
"Height":
"Title":
"Folder":
"ImageID":
"ImageSmall":
"ImageLarge":
"ImageMedium":
]
USER Methods
eBid API methods relating to individual users/members of eBid.
GetUserAgreement
Return eBid Terms & Conditions agreement that new users must agree to before registering a new account.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetUserAgreement" ,
"IP":
RESPONSE
"APIVersion": "",
GetUserFeedback
Returns feedback information about a user. Includes positive/neutral/negative counts and feedback text entries between "Start" and "Limit" counts.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetUserFeedback" ,
"Start":
"Limit":
RESPONSE
"APIVersion": "",
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"TotalFeedbacks":
"PositiveFeedbacks":
"NeutralFeedbacks":
"NegativeFeedbacks":
"NegativeFeedbacks":
"Feedbacks":
{
[{
"RecipientID":
"Date":
"UnixTime":
"Title":
"Comment":
"PosterRole":
"Rate":
GetUserInfo
Returns user information located via "UserID" or "Username" fields, one is required. No private information is returned.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetUserInfo" ,
"Username":
"NoAdult":
"GetItemsRunning":
"IncludeStoreInfo":
RESPONSE
"APIVersion": "",
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"StoreInfo":
{
{
"Owner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Title":
"Description":
"Category":
"Image":
"ListingsCount":
"Link":
"Online":
GetUserListings
This API method returns either a user's listings for sale on eBid or a count of a user's listings within an eBid category, or both depending on the parameters sent in the request. "NeedAuctions" field will force a return of user's listing from "Start" to "RowsLimit", without this option only counts in categories will be returned.
URL to call : http://api.ebid.net/trading
QUERY
"AppId": "YOUR_APP_ID",
"AppKey": "YOUR_APP_KEY",
"Version": "",
"EbidSite": "STRING",
"Command": "GetUserListings" ,
"UserID":
"NeedListings":
"NeedCount":
"NoAdult":
"InClosed":
"Start":
"RowsLimit":
RESPONSE
"APIVersion": "",
"CountCategoriesBelow":
"Categories":
{
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":
"Listings":
{
[{
"Title":
"BidCount":
"Currency":
"BuyNowAvailable":
"BuyNowPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"BuyNowPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PrimaryMarket":
"Price":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"PriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"Quantity":
"Views":
"ShippingCost":
"ShippingCostType":
"TimeLeft":
{
"Value":
"Text":
"Category":
{
"CategoryName":
"Seller":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"PrimaryImageLarge":
"PrimaryImageSmall":
"PrimaryImageMedium":
"PrimaryImageIseBid":
"PrimaryImageIsUPC":
"ItemsAvailableBid":
"BiddingAvailable":
"AcceptOffers":
"AvailableTo":
[{
"ImageSmall":
"ImageMedium":
"eBidImage":
"UPCImage":
"tick":
"Winner":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"UserRating":
"MostRecentActivity":
"CurrentPrice":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"CurrentPriceExchanged":
{
"CurrencyCode":
"CurrencySign":
"CurrencyEmailSign":
"CurrencyName":
"UnixTimeEnd":
"TimeEnd":
"Feature":
"FeatureText":
"URL":
"SKU":
"VariationsMinPrice":
"VariationsMaxPrice":
"User":
{
"Username":
"Location":
"Since":
"SinceUnixTime":
"AccType":
"BuddyPoints":
"Link":
"Description":
"UserRating":
"Country":
"UserPicture":
"Home":
"ItemsRunning":
"AV":
"MostRecentActivity":
"Userlevel":
"UserlevelText":
"Name":
"ParentID":
"ParentList":
"AllowPost":
"FullName":
"SubcategoryName":
"ItemsCount":