DocsAPI ReferenceWarehouse/bff/warehouse/stock/outbound
postWarehouseAdmin BFF

/bff/warehouse/stock/outbound

Outbound (vyskladnění)

WarehousepostBffWarehouseStockOutbound

Parameters

8 body

8 total
Body · 8
sourceWarehouseIdnumberRequired
sourceLocationIdnumber | null
productCodestring | null

Human-readable product code (mutually exclusive with virtualItemSku).

productVariantCodestring | null

Variant code, requires productCode.

virtualItemSkustring | null

Free-form virtual SKU for non-catalogue items.

quantitynumberRequired
Range: 1
notestring | null
performedByMemberIdnumber | null

Request

POST /bff/warehouse/stock/outbound

post
curl -X POST "https://api.bizkithub.com/bff/warehouse/stock/outbound" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "sourceWarehouseId": 0,
  "quantity": 0
}'

Response

JSON payload

{
  "success": false,
  "movementId": 0,
  "newQuantity": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key