wip integration bidding

This commit is contained in:
JBP
2019-08-16 21:28:25 +02:00
parent bc5c9ef1e3
commit 22c6e9d1bd
7 changed files with 251 additions and 81 deletions
+2 -2
View File
@@ -8,12 +8,12 @@ import (
"time"
)
// BrowseService handles communication with the Browse API
// BrowseService handles communication with the Browse API.
//
// eBay API docs: https://developer.ebay.com/api-docs/buy/browse/overview.html
type BrowseService service
// Valid values of the "buyingOptions" array for items.
// Valid values for the "buyingOptions" item field.
const (
BrowseBuyingOptionAuction = "AUCTION"
BrowseBuyingOptionFixedPrice = "FIXED_PRICE"