TrueSKU
Help CentreTrueSKU support docs
Developer docs

Create a SKU

Creating a SKU with opening stock creates the SKU at zero first, then applies stock through a movement.

POST /api/v1/skus

{
  "sku": "TEST-SKU-001",
  "name": "Test SKU",
  "on_hand": 10
}
Opening stock is audited as an opening balance movement.