Versions in this module Expand all Collapse all v0 v0.3.0 Feb 1, 2024 Changes in this version + type Action struct + InProgressLabel string + Label string + OrderUUID string + SourceType string + type Client struct + SessionToken string + func NewClient(sessionToken string) *Client + func (c *Client) FetchPage(page int) (*OrdersResponse, error) + type Item struct + Attributes []string + ClickAction ItemClickAction + DeliveryPromotionAttributes interface{} + ID string + Image ItemImage + ImageList []ItemImage + LegacyID interface{} + Name string + PriceAffix interface{} + PriceAffixAria interface{} + ProductID string + QtyAttributes ItemQtyAttributes + QtyAttributesPerUnit interface{} + SecondaryPriceAffix string + SecondaryPriceAffixAria string + Size string + SizeAria string + VariableAttributesMap interface{} + Weekly interface{} + WeeklyOrderID interface{} + WineRatingBadge interface{} + type ItemClickAction struct + Data struct{ ... } + Type string + type ItemImage struct + Alt string + Responsive struct{ ... } + Sizes []interface{} + URL string + type ItemQtyAttributes struct + Editable bool + Increment float32 + Initial int + Max float32 + MaxReachedLabel string + Min float32 + MinReachedLabel interface{} + MinWeightExp bool + QtyEnforcedLabel interface{} + Select struct{ ... } + Unit interface{} + UnitAria interface{} + type Order struct + Actions map[string]Action + CreatedAt string + ID string + LegacyID interface{} + OrderDeliveries []OrderDelivery + Rating float32 + Status string + Total string + type OrderDelivery struct + Base62ID string + DeliveredAt string + Description string + ID string + OrderID string + OrderItems []OrderItem + Retailer Retailer + Status string + type OrderItem struct + Item Item + Qty float32 + type OrdersMeta struct + Pagination struct{ ... } + type OrdersResponse struct + Meta OrdersMeta + Orders []Order + type RateLimitError struct + func (e RateLimitError) Error() string + type Retailer struct + BackgroundColor string + ID string + Logo RetailerLogo + Name string + Slug string + type RetailerLogo struct + Alt string + Responsive struct{ ... } + Sizes []interface{} + URL string