Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

OFBiz OOTB implementation supports multiple third party shipping integrations like: UPS, USPS, FedEx. These all can be achieved by doing configuration in shipment.properties file as of now, though for supporting this configuration entities are in system but code in services has not been updated to take these in consideration. These entities are: ShipmentGatewayConfigType, ShipmentGatewayConfig, ShipmentGatewayDhl, ShipmentGatewayFedex, ShipmentGatewayUps, ShipmentGatewayUsps. So once this is done this will also be achievable through configuration in entities (a first effort has been done at https://issues.apache.org/jira/browse/OFBIZ-2589Image Removed).
e.g. for setting up UPS configuration need to do following:

...