Skip to content

katana_public_api_client.models.stock_adjustment_batch_transaction

katana_public_api_client.models.stock_adjustment_batch_transaction

Classes

StockAdjustmentBatchTransaction

Batch-specific transaction for tracking stock adjustments. Each entry pairs a quantity with the batch it applies to; batch_id is nullable because some adjustments target unbatched stock (e.g. an aggregate correction to a non-batch-tracked variant) — Katana returns batch_id: null in that case.

Example:
    {'batch_id': 1001, 'quantity': 50}