Documentation
¶
Index ¶
- type AvailabilityAttributes
- type BrowseNode
- type BrowseNodes
- type Cart
- type CartItem
- type CartItems
- type CartResponse
- type EditorialReview
- type EditorialReviews
- type Error
- type Errors
- type Item
- type ItemAttributes
- type ItemResponse
- type ItemResponseBody
- type ItemSearchBody
- type ItemSearchResponse
- type Language
- type Languages
- type Merchant
- type Offer
- type OfferAttributes
- type OfferListing
- type OfferSummary
- type Offers
- type Price
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailabilityAttributes ¶
type BrowseNode ¶
type BrowseNode struct {
BrowseNodeId int
Name string
Children []BrowseNode
Ancestors []BrowseNode
IsCategoryRoot bool
}
type BrowseNodes ¶
type BrowseNodes struct {
BrowserNodeList []BrowseNode `xml:"BrowseNode"`
}
type CartResponse ¶
type CartResponse struct {
Cart Cart
}
type EditorialReview ¶
type EditorialReviews ¶
type EditorialReviews struct {
EditorialReviewList []EditorialReview `xml:"EditorialReview"`
}
type Item ¶
type Item struct {
ASIN string
BrowseNodes BrowseNodes
DetailPageURL string
EditorialReviews EditorialReviews
ItemAttributes ItemAttributes
OfferSummary OfferSummary
Offers Offers
}
type ItemAttributes ¶
type ItemAttributes struct {
Authors []string `xml:"Author"`
Binding string
Brand string
EAN string
Edition string
Features []string `xml:"Features"`
ISBN string
Label string
Languages Languages
ListPrice Price
Manufacturer string
ProductGroup string
PublicationDate string
Publisher string
ReleaseDate string
Studio string
Title string
UPC string
}
type ItemResponse ¶
type ItemResponse struct {
Items ItemResponseBody
}
type ItemResponseBody ¶
type ItemSearchBody ¶
type ItemSearchResponse ¶
type ItemSearchResponse struct {
Items ItemSearchBody
}
type Offer ¶
type Offer struct {
Merchant Merchant
OfferAttributes OfferAttributes
OfferListing OfferListing
}
type OfferAttributes ¶
type OfferAttributes struct {
Condition string
}
type OfferListing ¶
type OfferSummary ¶
Click to show internal directories.
Click to hide internal directories.