Skip to content

katana_public_api_client.models.stock_adjustment_row

katana_public_api_client.models.stock_adjustment_row

Classes

StockAdjustmentRow

Individual line item in a stock adjustment showing specific variant and quantity changes

Example

{'id': 3001, 'variant_id': 501, 'quantity': 100, 'cost_per_unit': 123.45, 'batch_transactions': [{'batch_id': 1001, 'quantity': 50}, {'batch_id': 1002, 'quantity': 50}]}