UNPKG

shipstation-client

Version:
24 lines (16 loc) 708 B
# ModifyBatch A modify batch object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **shipment_ids** | **Array<string>** | The Shipment Ids to be modified on the batch | [optional] [default to undefined] **rate_ids** | **Array<string>** | Array of Rate IDs to be modifed on the batch | [optional] [default to undefined] ## Example ```typescript import { ModifyBatch } from 'shipstation-client'; const instance: ModifyBatch = { shipment_ids, rate_ids, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)