Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.request.LabelRequest
-
-
Uses of LabelRequest in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.request
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.request that return LabelRequest Modifier and Type Method Description LabelRequest
LabelRequest.LabelRequestBuilder. build()
-
Uses of LabelRequest in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service that return LabelRequest Modifier and Type Method Description protected LabelRequest
DefaultShipEngineService. buildLabelRequest(@NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment, com.broadleafcommerce.order.common.domain.Address fromAddress)
Build a ShipEngineLabelRequest
from anOrderFulfillment
.
-