sku

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ManageSku

type ManageSku struct {
	// contains filtered or unexported fields
}

ManageSku is an activity wrapper for managing SKU inventory that allows injecting DB access

func NewManageSku

func NewManageSku(dbSession *cdb.Session, siteClientPool *sc.ClientPool) ManageSku

NewManageSku returns a new ManageSku activity

func (ManageSku) UpdateSkusInDB

func (ms ManageSku) UpdateSkusInDB(ctx context.Context, siteID uuid.UUID, skuInventory *cwssaws.SkuInventory) error

UpdateSkusInDB is a Temporal activity that takes a collection of SKU data pushed by Site Agent and updates the DB NOTE: Initial implementation validates inputs and site existence; DB synchronization will be added iteratively.

Jump to

Keyboard shortcuts

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