Skip to content
v0.3

read.internal.stock_addable_skus

The SKUs of one product that have NO stock line in a warehouse yet — what the stock screen’s Add SKU to this warehouse offers, and what makes a brand-new warehouse seedable from a screen instead of only from the CLI. The warehouse is the same SCOPE the levels read takes (absent = the default one). Answers nothing when the product does not exist. Internal face only.

  • Surface: GET /v1/read/internal/stock_addable_skus · MCP tool read.internal.stock_addable_skus
  • Auth:Internal read (operator) — a tenant credential is REQUIRED; requires the logistics.read scope. The tenant is resolved from the CALLER’s identity, never from store. Personal fields come back MASKED for an actor without pii.read (the shape is unchanged).
{
"properties": {
"product_id": {
"minLength": 1,
"type": "string"
},
"warehouse_id": {
"type": "string"
}
},
"required": [
"product_id"
],
"type": "object"
}

Open (unknown) — this capability does not declare an output schema.

validation_failed (400) · not_found (404) · unauthorized (401) · forbidden (403)