public interface ShipmentPublicService
For more detail information about Web Service, please refer to the link of API documentation below
Modifier and Type | Method and Description |
---|---|
ShipmentsData |
getShipmentsForOrder(long orderId)
Retrieve all shipments that exists for the given order id.
|
ShipmentModesDetailedData |
setShipmentModeForOrder(long shipmentModeId,
long orderId,
String contactNumber,
Long contactAddressId,
String email)
Set the shipment mode to use for the given order.
|
ShipmentModesDetailedData setShipmentModeForOrder(long shipmentModeId, long orderId, String contactNumber, Long contactAddressId, String email)
orderId
- Order IdshipmentModeId
- Shipment mode IdcontactNumber
- Contact numbercontactAddressId
- Contact address Idemail
- EmailShipmentModesDetailedData
ShipmentsData getShipmentsForOrder(long orderId)
orderId
- Order IdShipmentsData
Copyright © 2021. All rights reserved.