Octopus RPC / Product Client
Octopus Store
Available Procedures
list() → Product[]
query(options) → Product[]
create(Product) → id
retrieve(id) → Product
update(Product) → ra*
delete(id) → ra*
deep_save(Product) → Product
deep_retrieval(x) → Product
Notes
x must be either an id or sku
ra means records affected
Underlying Specs
Product Definition
Options Definition