Versions in this module Expand all Collapse all v2 v2.2.1 Mar 9, 2022 v2.2.0 Mar 7, 2022 v2.1.4 Mar 6, 2022 v2.1.3 Mar 4, 2022 v2.1.2 Mar 4, 2022 v2.1.1 Mar 4, 2022 v2.1.0 Mar 3, 2022 v2.0.2 Feb 28, 2022 v2.0.1 Feb 26, 2022 v2.0.0 Feb 25, 2022 Changes in this version + const CollectionCustomer + const CollectionGlobalConfig + const CollectionGroup + const CollectionIncrement + const CollectionOrder + const CollectionProduct + const CollectionStore + const CollectionTax + const CollectionUser + var GroupObjectIDs = []string + var OrderObjectIDs = []string + type Coupon struct + Amount string + Code string + ID int + type CreateGroupRequest struct + Store string + type CreateOrderAddressOptions struct + AddressLine1 string + AddressLine2 string + City string + Email string + FirstName string + LastName string + Postcode string + Telephone string + type CreateOrderOrderOptions struct + AppliedCouponNet string + AppliedCouponTax string + AppliedCouponTotal string + CompanyKey string + CouponCode string + CustomerNote string + DeliveryDate string + DeliveryTime string + InvoiceNumber string + Items []OrderItem + Net string + OrderID string + OrderNumber string + ShippingMethod OrderShippingMethod + Status OrderStatus + Store primitive.ObjectID + Tax string + Tip string + Total string + type CreateOrderRequest struct + AddressLine1 string + AddressLine2 string + AppliedCouponNet string + AppliedCouponTax string + AppliedCouponTotal string + City string + CompanyKey string + CouponCode string + Email string + FirstName string + Items []OrderItem + LastName string + Net string + Postcode string + ShippingMethod OrderShippingMethod + Store primitive.ObjectID + Tax string + Telephone string + Total string + type Customer struct + AddressLine1 string + AddressLine2 string + Boxes []int + City string + CreatedAt time.Time + CustomerRef string + Email string + FirstName string + ID primitive.ObjectID + LastName string + Postcode string + Telephone string + UpdatedAt time.Time + type Device struct + DeviceID string + Name string + type GetRevenueRequest struct + From time.Time + StoreID primitive.ObjectID + To time.Time + type GlobalConfig struct + CreatedAt time.Time + ID primitive.ObjectID + ProductAttributeOutOfStockIn int + ProductAttributePfandId int + PusherAPIKey string + UpdatedAt time.Time + type Group struct + CreatedAt time.Time + Delivered bool + Driver primitive.ObjectID + DriverName string + Finalized bool + ID primitive.ObjectID + Number string + Orders []primitive.ObjectID + RouteOrder []int + Store primitive.ObjectID + UpdatedAt time.Time + type GroupDetails struct + Group Group + Orders []OrderDetails + type HttpErrorBody struct + Message string + Method string + Path string + RequestID string + RequestTime string + type Increment struct + CreatedAt time.Time + ID primitive.ObjectID + Key string + UpdatedAt time.Time + Value int64 + type Order struct + Address string + AddressLine2 string + AppliedCouponNet string + AppliedCouponTax string + AppliedCouponTotal string + CompanyKey string + CouponCode string + CreatedAt time.Time + Customer primitive.ObjectID + CustomerNote string + DeliveryDate string + DeliveryTime string + Email string + ID primitive.ObjectID + InvoiceNumber string + Items []OrderItem + LastSessionId string + LocalPickupNotified bool + Net string + NewBoxes int + OrderID string + OrderNumber string + PaidTotal string + PaymentEvents []interface{} + Printed bool + ReadyIn string + ReturnBoxes int + Secret string + ShippingMethod OrderShippingMethod + Status OrderStatus + Store primitive.ObjectID + Tax string + Telephone string + Tip string + Total string + UpdatedAt time.Time + ValidAddress bool + type OrderDetails struct + Customer Customer + Order Order + type OrderItem struct + Categories []string + Extra []OrderItemExtra + Name string + Net string + Quantity int + SKU string + Tax string + TaxClass string + TaxRate string + Total string + type OrderItemExtra struct + Key string + Value string + type OrderShippingMethod string + const OrderShippingMethodFreeShipping + const OrderShippingMethodLocalPickup + type OrderStatus string + const OrderStatusAddedToGroup + const OrderStatusCancelled + const OrderStatusDelivered + const OrderStatusGroupFinalized + const OrderStatusNew + const OrderStatusNotPossible + const OrderStatusPending + type PaymentDropInRequest struct + ReturnURL string + type PaymentDropInResponse struct + ID string + SessionData string + type Product struct + Attributes []ProductAttribute + Categories []string + CreatedAt time.Time + ID primitive.ObjectID + Images []string + Name string + OutOfStockIn []string + Permalink string + Pfand string + Price string + RegularPrice string + SKU string + SalePrice string + TaxClass string + Type ProductType + UpdatedAt time.Time + Variations []ProductVariation + WPID int + type ProductAttribute struct + Name string + Options []string + Position int + Variation bool + Visible bool + WPID int + type ProductType string + const ProductTypeSimple + const ProductTypeVariable + type ProductVariation struct + Attributes []ProductVariationAttribute + Price string + RegularPrice string + SalePrice string + WPID int + type ProductVariationAttribute struct + Name string + Option string + WPID int + type PusherGroupEvent struct + StoreID string + type PusherOrderEvent struct + StoreID string + type PusherOrderPaymentEvent struct + OrderID string + type Revenue struct + Items []RevenueItem + Request GetRevenueRequest + type RevenueItem struct + Text string + Total primitive.Decimal128 + type SearchCustomerRequest struct + AddressLine1 *string + Email *string + FirstName *string + LastName *string + Limit *int64 + Postcode *string + Telephone *string + Text *string + type SearchOrderRequest struct + Limit *int64 + Text *string + type Store struct + Address string + Company string + Configuration StoreConfiguration + CreatedAt time.Time + Devices []Device + Drivers []string + Email string + ID primitive.ObjectID + Name string + Owner string + Register string + Tax string + Telephone string + UpdatedAt time.Time + type StoreConfiguration struct + EnableAutomaticPosPayment bool + EnablePrinterAddress bool + EnablePrinterInternal bool + EnablePrinterPositions bool + POSID string + WPStoreKey string + type Tax struct + CreatedAt time.Time + ID primitive.ObjectID + Name string + Rate string + TaxClass string + UpdatedAt time.Time + WPID int