inventory

package
v1.36.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IgnoreFieldMismatch = datastore.IgnoreFieldMismatch

Functions

func Query

Types

type InventoryItem

type InventoryItem struct {
	mixin.Model[InventoryItem]

	SKU              string `json:"sku"`
	OriginCountry    string `json:"originCountry"`
	HSCode           string `json:"hsCode"`
	MidCode          string `json:"midCode"`
	Material         string `json:"material"`
	Weight           int    `json:"weight"`
	Length           int    `json:"length"`
	Height           int    `json:"height"`
	Width            int    `json:"width"`
	RequiresShipping bool   `json:"requiresShipping"`
	Title            string `json:"title"`
	Description      string `json:"description"`
	Thumbnail        string `json:"thumbnail"`

	// Arbitrary key/value pairs
	Metadata  Map    `json:"metadata,omitempty" datastore:"-"`
	Metadata_ string `json:"-" datastore:",noindex"`
}

func New

func (*InventoryItem) Defaults

func (r *InventoryItem) Defaults()

func (*InventoryItem) Load

func (r *InventoryItem) Load(ps []datastore.Property) (err error)

func (*InventoryItem) Save

func (r *InventoryItem) Save() ([]datastore.Property, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL