UNPKG

shipstation-client

Version:
21 lines (13 loc) 567 B
# ShipmentRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **shipment** | [**AddressValidatingShipment**](AddressValidatingShipment.md) | The shipment object | [optional] [default to undefined] ## Example ```typescript import { ShipmentRequest } from 'shipstation-client'; const instance: ShipmentRequest = { shipment, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)