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, 'name': 'Bin-2', 'location_id': 12346, 'created_at': '2020-10-23T10:37:05.085Z', 'updated_at': '2020-10-23T10:37:05.085Z', 'deleted_at': None}]}