Skip to content

katana_public_api_client.models.stock_adjustment_list_response

katana_public_api_client.models.stock_adjustment_list_response

Classes

StockAdjustmentListResponse

List of stock adjustment records showing all manual inventory corrections and their current status

Example

{'data': [{'id': 1, 'stock_adjustment_number': 'SA-1', 'stock_adjustment_date': '2021-10-06T11:47:13.846Z', 'location_id': 1, 'reason': 'adjustment reason', 'additional_info': 'adjustment additional info', 'stock_adjustment_rows': [{'id': 1, 'variant_id': 1, 'quantity': 100, 'cost_per_unit': 123.45, 'batch_transactions': [{'batch_id': 1, 'quantity': 50}, {'batch_id': 2, 'quantity': 50}]}, {'id': 2, 'variant_id': 2, 'quantity': 150, 'cost_per_unit': 234.56, 'batch_transactions': [{'batch_id': 3, 'quantity': 150}]}], 'created_at': '2021-10-06T11:47:13.846Z', 'updated_at': '2021-10-06T11:47:13.846Z', 'deleted_at': None}]}