katana_public_api_client.models.location¶
katana_public_api_client.models.location
¶
Classes¶
Location
¶
Manufacturing location or warehouse facility where inventory is managed and operations are performed
Example
{'id': 1, 'name': 'Main location', 'legal_name': 'Amazon', 'address_id': 1, 'address': {'id': 1, 'city': 'New York', 'country': 'US', 'line_1': '10 East 20th Example St', 'line_2': '', 'state': 'New York', 'zip': '10000'}, 'is_primary': True, 'sales_allowed': True, 'purchase_allowed': True, 'manufacturing_allowed': True, 'created_at': '2020-10-23T10:37:05.085Z', 'updated_at': '2020-10-23T10:37:05.085Z', 'deleted_at': None}