Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InventoryQuery ¶
type InventoryRepository ¶
type InventoryRepository interface {
List(context.Context, InventoryQuery) ([]InventoryRow, error)
BySKU(context.Context, string) (InventoryRow, error)
}
type InventoryRow ¶
type InventoryRow struct {
ID string
SKU string
Slug string
Title string
Category string
PriceCents int
ProductStatus string
WarehouseID string
WarehouseName string
OnHand int
Reserved int
Available int
CoverDays int
Inbound int
Damaged int
ReorderPoint int
SafetyStock int
Status string
WeeklyUnits int
WeeklyRevenue int
SellThrough int
DemandScore int
ReorderUnits int
MarketPressure string
MarketSignal string
UpdatedAt string
}
type ModerationQuery ¶
type ModerationRepository ¶
type PreferencesRepository ¶
type ProductRepository ¶
Click to show internal directories.
Click to hide internal directories.