Method: OpenapiClient::CalculateRatesResponseBody#ship_from
- Defined in:
- lib/openapi_client/models/calculate_rates_response_body.rb
#ship_from ⇒ Object
The shipment’s origin address. If you frequently ship from the same location, consider [creating a warehouse](www.shipengine.com/docs/reference/create-warehouse/). Then you can simply specify the warehouse_id rather than the complete address each time.
52 53 54 |
# File 'lib/openapi_client/models/calculate_rates_response_body.rb', line 52 def ship_from @ship_from end |