View Categories

UPS – External Shipping Integration

Send data to external shipping integration

The plugin allows to get and send shipment data to external shipping integrations. This way you can get details about Access Point chosen by your client.  Shipment data is attached to the order details in shipping_lines field in meta_data.

shipping_lines field is a table, which contains at least one shipment. All shipments are placed in the order in which they were created.

Available data

The plugin allows to get the following data:

  • ups_access_point – Access Point id
  • ups_access_point_address – Access Point address
  • ‘ups_service_code’ – UPS Service code

Example data

"shipping_lines": [</br> { "id": 109, "method_title": "UPS Express Saver (Access Point)", "method_id": "flexible_shipping_ups", "instance_id": "4", "total": "57.03", "total_tax": "13.12", "taxes": [ { "id": 1, "total": "13.1169", "subtotal": "" } ], "meta_data": [ { "id": 807, "key": "ups_access_point", "value": "U47159400" }, { "id": 808, "key": "ups_access_point_address", "value": "DELIKATESY PREMIUM, ARMII KRAJOWEJ 19, 41800 ZABRZE" }, { "id": 809, "key": "ups_service_code", "value": "65" } ] } ],

UPS WorldShip

UPS WorldShip is an external software used to manage shipments, packages. We are showing the shipping rates directly from the UPS account, and WorldShip doesn’t have an impact on it. Therefore, the shipping rates in WorldShip should be consistent with shipping rates from our plugin. If the shipping rates are inconsistent, we recommend becoming acquainted with our How to Fix UPS Shipping Rates showing Too high or Too low? When it comes to the specific integration connected to managing shipments, such compatibility hasn’t been introduced with WorldShip yet.

Scroll to Top