| Package | Description |
|---|---|
| com.shippo.model |
| Modifier and Type | Method and Description |
|---|---|
static Batch |
Batch.addShipments(String id,
String[] shipmentIds)
Add shipments to an existing batch provided by id.
|
static Batch[] |
Batch.all()
Get all batches created in the account.
|
static Batch |
Batch.create(String carrierAccount,
String serviceLevelToken,
LabelFileType labelFileType,
String metadata,
BatchShipment[] shipments)
Create a batch.
|
static Batch |
Batch.get(String id,
int page,
Batch.ShipmentStatus objectResults)
Get batch based on its ID.
|
static Batch |
Batch.purchase(String id)
Purchase batch provided by id.
|
static Batch |
Batch.removeShipments(String id,
String[] shipmentIds)
Remove shipments to an existing batch provided by id.
|
Copyright © 2017 Shippo. All rights reserved.