Simple Store
  • What is Simple Store?
  • Getting Started
    • Portal
      • Environments
      • Configuring Your Store
    • Creating Your First Product
    • QuickBuy
  • Concepts
    • Assets
      • Image Resizing
    • Cart
    • Categories
    • Configuration
    • Collections
    • Customers
    • Inventory
    • Orders
    • Payments
    • Pricing
    • Product
    • Rewards
    • Shipping
    • Specials
  • API
  • Front End Client APIs
  • Backend APIs
  • Pagination
  • Swagger References
Powered by GitBook
On this page
  • Portal View
  • Inventory Properties
  1. Concepts

Inventory

PreviousCustomersNextOrders

Last updated 5 years ago

Optionally SimpleStore supports the tracking of product inventory.

Portal View

The following elements can be specified for management of inventory:

Inventory Properties

Element

Description

sku

Stock-keeping unit of product

availableQuantity

How many available in stock

minActiveQuantity

If AvailableQuantity is below this value then the Product will not longer will be available (Status = Out Of Stock)

grossWeight

Gross weight of the product

trackInventory

Enable tracking of inventory (true|false)

{
    "sku":	"string"
    "availableQuantity":		number($double)
    "minActiveQuantity":		number($double)
    "grossWeight":		number($double)
    "trackInventory":		boolean
}