mirror of
https://github.com/cubixle/go-ebay.git
synced 2026-04-30 13:08:43 +01:00
some small changes
This commit is contained in:
@@ -3,7 +3,7 @@ package commands
|
||||
import (
|
||||
"encoding/xml"
|
||||
|
||||
"github.com/cubixle/go-ebay/config"
|
||||
"github.com/cubixle2/go-ebay/config"
|
||||
)
|
||||
|
||||
func NewGetItemRequest(cfg *config.Config, itemID string) *GetItemRequest {
|
||||
@@ -53,6 +53,9 @@ type ItemResponse struct {
|
||||
Quantity int `xml:"Quantity"`
|
||||
SellingStatus SellingStatus `xml:"SellingStatus"`
|
||||
ProductListingDetails ProductListingDetails `xml:"ProductListingDetails"`
|
||||
ConditionID int `xml:"ConditionID"`
|
||||
Country string `xml:"country"`
|
||||
Currency string `xml:"Currency"`
|
||||
}
|
||||
|
||||
type PictureDetails struct {
|
||||
|
||||
Reference in New Issue
Block a user