RESTful API Web Services

The Pick and Pack API solution can be easily integrated to any shopping cart, WMS, SCM or ERP systems with any programming languages.

Calculate packing requirements and shipping rates
Pack and Quote API  
Generate packing list for shipment packages and calculate shipping rates.
Optimize pick lists
Batch Pick API  
Generate pick lists and routes for picking shipment orders from warehouse.
How to Integrate
You can use any programming languages to access the RESTful API web services by passing input and receiving output parameters in JSON format.
Input
"destination": {
     "post": "90210",
     "region": "CA",
     "city": "Beverly Hills",
     "country": "US",
     "residential": true
}

"items": [{
     "sku": "101",
     "name": "Toy",
     "qty": 2,
     "value": 40,
     "weight": 0.7,
     "weightUnit": "lb",
     "dimensionUnit": "in",
     "dimensions": [{
          "length": 6,
          "width": 2,
          "height": 2
     }]
}]






Output
"status": {
     "success": true
}

"services": [{
     "carrier": "USPS",
     "service": "Ground",
     "rate": 11.35,
     "currency": "USD",
     "status": {
          "success":true
     },
     "packing": [{
          "container": "Box A",
          "weight": 3.2,
          "length": 11,
          "width": 8.5,
          "height": 5.5,
          "weightUnit": "lb",
          "dimensionUnit": "in",
          "value": 40,
          "items": [{
               "sku": 101,
               "name": "Toy",
               "qty": 2
          }]
     }]
}]
 

UPS, FedEx, DHL, Spee-Dee, USPS, SAP, Shopify trademarks are property of their respective owners.
SolvingMaze Ltd, Company No. 11016672, Copyright © 2024  
    Contact  -  FAQ  - Knowledge Base  -  Terms Of Service  -  Privacy Policy