Skip to content

katana_public_api_client.models.bin_inventory_list_response

katana_public_api_client.models.bin_inventory_list_response

Classes

BinInventoryListResponse

Paginated list of per-bin inventory positions.

Example

{'data': [{'location_id': 1, 'variant_id': 42, 'bin_location_id': 7, 'batch_id': None, 'serial_number_id': None, 'quantity_in_stock': '12.0000000000', 'quantity_committed': '2.0000000000', 'quantity_expected': '5.0000000000'}]}