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 LabelRequestLabelRequest.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 LabelRequestDefaultShipEngineService. buildLabelRequest(@NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment, com.broadleafcommerce.order.common.domain.Address fromAddress)Build a ShipEngineLabelRequestfrom anOrderFulfillment.
-