The Pick and Pack API solution can be easily integrated to any shopping cart, WMS, SCM or ERP systems with any programming languages.
"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 }] }]
"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 }] }] }]