| Package | Description |
|---|---|
| com.shippo.model | |
| com.shippo.serialization |
| Modifier and Type | Method and Description |
|---|---|
static Shipment |
Shipment.create(Map<String,Object> params) |
static Shipment |
Shipment.create(Map<String,Object> params,
String apiKey) |
static Shipment |
Shipment.createForBatch(Address from,
Address to,
List<Parcel> parcels) |
static Shipment |
Shipment.retrieve(String id) |
static Shipment |
Shipment.retrieve(String id,
String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
static BatchShipment |
BatchShipment.createForShipment(Shipment shipment,
String carrierAccount,
String serviceLevelToken) |
| Modifier and Type | Method and Description |
|---|---|
Shipment |
ShipmentDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2017 Shippo. All rights reserved.