mirror of
https://github.com/cubixle/ebay.git
synced 2026-04-30 08:28:42 +01:00
wip integration bidding
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user