Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InventoryLevel ¶
type InventoryLevel struct {
Stock string `json:"value"`
}
type MainEntity ¶
type MainEntity struct {
Id string `json:"@id"`
}
type Offers ¶
type Offers struct { Price string `json:"price"` Availability string `json:"availability"` InventoryLevel InventoryLevel }
Click to show internal directories.
Click to hide internal directories.