UNPKG

shipstation-client

Version:
24 lines (16 loc) 745 B
# AddToBatchRequestBody An add to batch request body ## 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 { AddToBatchRequestBody } from 'shipstation-client'; const instance: AddToBatchRequestBody = { 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)