Skip to content

katana_public_api_client.models.stock_transfer

katana_public_api_client.models.stock_transfer

Classes

StockTransfer

Inventory transfer record for moving stock between different warehouse locations or facilities

Example

{'id': 1, 'stock_transfer_number': 'ST-1', 'source_location_id': 1, 'target_location_id': 2, 'transfer_date': '2021-10-06T11:47:13.846Z', 'order_created_date': '2021-10-01T11:47:13.846Z', 'expected_arrival_date': '2021-10-20T11:47:13.846Z', 'additional_info': 'transfer additional info', 'stock_transfer_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}], 'deleted_at': None}, {'id': 2, 'variant_id': 2, 'quantity': 150, 'cost_per_unit': 234.56, 'batch_transactions': [{'batch_id': 3, 'quantity': 150}], 'deleted_at': None}], 'created_at': '2021-10-06T11:47:13.846Z', 'updated_at': '2021-10-06T11:47:13.846Z', 'deleted_at': None}