shipstation-client
Version:
ShipStation V2 SDK
29 lines (21 loc) • 1.15 kB
Markdown
# CreateBatchRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**external_batch_id** | **string** | A string that uniquely identifies the external batch | [optional] [default to undefined]
**batch_notes** | **string** | Add custom messages for a particular batch | [optional] [default to undefined]
**shipment_ids** | **Array<string>** | Array of shipment IDs used in the batch | [optional] [default to undefined]
**rate_ids** | **Array<string>** | Array of rate IDs used in the batch | [optional] [default to undefined]
**process_labels** | [**CreateAndProcessBatchRequestBodyProcessLabels**](CreateAndProcessBatchRequestBodyProcessLabels.md) | | [optional] [default to undefined]
## Example
```typescript
import { CreateBatchRequest } from 'shipstation-client';
const instance: CreateBatchRequest = {
external_batch_id,
batch_notes,
shipment_ids,
rate_ids,
process_labels,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)