@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-01-03T19:17:01.024-05:00") public class ShippingApi extends Object
| Constructor and Description |
|---|
ShippingApi() |
ShippingApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
InlineResponse200 |
getTrackingDetails(String carrier,
String trackId,
String userKey)
Get Shipping Tracking Details
This API provides real time shipping tracking status (along with tracking events) for multiple carriers.
|
void |
setApiClient(ApiClient apiClient) |
public ShippingApi()
public ShippingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public InlineResponse200 getTrackingDetails(String carrier, String trackId, String userKey) throws ApiException
carrier - Shipper Carrier code (UPS or USPS or FEDEX or DHL Or CAN (Canada Post) OR use AUTO for automatic detection.). (required)trackId - Carrier tracking number, which is being tracked. (required)userKey - Your private key, given after opening account with snapcx.io (required)ApiException - if fails to make API callCopyright © 2012–2017 JFrameworks.com, LLC. All rights reserved.