| Package | Description |
|---|---|
| be.feelio.mollie.data.shipment | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
ShipmentResponse |
ShipmentResponse.ShipmentResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ShipmentResponse> |
ShipmentListResponse.getOrders() |
| Modifier and Type | Method and Description |
|---|---|
ShipmentListResponse.ShipmentListResponseBuilder |
ShipmentListResponse.ShipmentListResponseBuilder.orders(List<ShipmentResponse> orders) |
void |
ShipmentListResponse.setOrders(List<ShipmentResponse> orders) |
| Constructor and Description |
|---|
ShipmentListResponse(List<ShipmentResponse> orders) |
| Modifier and Type | Method and Description |
|---|---|
ShipmentResponse |
ShipmentHandler.createShipment(String orderId,
ShipmentRequest body)
In addition to the Orders API, the create shipment endpoint can be used to ship order lines.
|
ShipmentResponse |
ShipmentHandler.createShipment(String orderId,
ShipmentRequest body,
QueryParams params)
In addition to the Orders API, the create shipment endpoint can be used to ship order lines.
|
ShipmentResponse |
ShipmentHandler.getShipment(String orderId,
String shipmentId)
Retrieve a single shipment and the order lines shipped by a shipment’s ID.
|
ShipmentResponse |
ShipmentHandler.getShipment(String orderId,
String shipmentId,
QueryParams params)
Retrieve a single shipment and the order lines shipped by a shipment’s ID.
|
ShipmentResponse |
ShipmentHandler.updateShipment(String orderId,
String shipmentId,
ShipmentUpdateRequest body)
This endpoint can be used to update the tracking information of a shipment.
|
ShipmentResponse |
ShipmentHandler.updateShipment(String orderId,
String shipmentId,
ShipmentUpdateRequest body,
QueryParams params)
This endpoint can be used to update the tracking information of a shipment.
|
Copyright © 2020. All rights reserved.