katana_public_api_client.models.storage_bin_list_response¶
katana_public_api_client.models.storage_bin_list_response
¶
Classes¶
StorageBinListResponse
¶
List of storage bin records showing all warehouse storage locations and their organization structure
Example
{'data': [{'id': 12345, 'bin_name': 'A-01-SHELF-1', 'location_id': 1, 'created_at': '2020-10-23T10:37:05.085Z', 'updated_at': '2020-10-23T10:37:05.085Z', 'deleted_at': None}, {'id': 12346, 'bin_name': 'A-02-SHELF-1', 'location_id': 1, 'created_at': '2020-10-23T10:37:05.085Z', 'updated_at': '2020-10-23T10:37:05.085Z', 'deleted_at': None}]}