Skip to main content

Streamlining Shipping, Simplifying Logistics.

API Reference

Connect with our powerful shipping API to automate your logistics workflow. Our RESTful API provides access to:

  • 80+ integrated carriers worldwide
  • Real-time shipping rates
  • Label generation and tracking
  • Automated shipping rules
curl -L 'https://api.piyovi.io/v1/shipment/address_validation'
-H 'Content-Type: application/json-patch+json'
-H 'Accept: application/json'
-H 'Authorization: Bearer <token>'
-d '{
"address": {
"addressId": "string",
"companyName": "string",
"contactName": "string",
"emailAddress": "string",
"phoneNumber1": "string",
"address1": "string",
"address2": "string",
"area": "string",
"city": "string",
"stateProvince": "string",
"country": "string",
"zipPostalCode": "string",
"vatorTax": "string",
"vatorTaxType": "string",
"vatorTaxTypeCountryCode": "string",
"addressType": "string"
}
}