UNPKG

shipstation-client

Version:
32 lines (24 loc) 1.26 kB
# GetWarehouseByIdResponseBody A get warehouse by id response body ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **warehouse_id** | **string** | A string that uniquely identifies the warehouse | [readonly] [default to undefined] **is_default** | **boolean** | Designates which single warehouse is the default on the account | [optional] [default to false] **name** | **string** | Name of the warehouse | [default to undefined] **created_at** | **string** | Timestamp that indicates when the warehouse was created | [readonly] [default to undefined] **origin_address** | [**Address**](Address.md) | The origin address of the warehouse | [default to undefined] **return_address** | [**Address**](Address.md) | The return address associated with the warehouse | [default to undefined] ## Example ```typescript import { GetWarehouseByIdResponseBody } from 'shipstation-client'; const instance: GetWarehouseByIdResponseBody = { warehouse_id, is_default, name, created_at, origin_address, return_address, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)