public interface ShippingClient extends CisClient
com.hybris.cis.api.shipping.service.ShippingService.| Modifier and Type | Method and Description |
|---|---|
CisShipment |
createShipment(java.lang.String xClientRef,
java.lang.String tenantId,
CisShipment cisShipment)
Creates a shipment.
|
byte[] |
getLabel(java.lang.String xClientRef,
java.lang.String tenantId,
java.lang.String shipmentId,
java.lang.String labelId)
Gets the shipment label.
|
CisShipment createShipment(java.lang.String xClientRef, java.lang.String tenantId, CisShipment cisShipment)
xClientRef - client ref to pass in the headertenantId - tenantId to pass in the headercisShipment - shipment to createbyte[] getLabel(java.lang.String xClientRef,
java.lang.String tenantId,
java.lang.String shipmentId,
java.lang.String labelId)
xClientRef - client ref to pass in the headertenantId - tenantId to pass in the headershipmentId - the shipment idlabelId - the label idCopyright © 2018 SAP SE. All Rights Reserved.