Download the PHP package parcelvalue/api without Composer
On this page you can find all versions of the php package parcelvalue/api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download parcelvalue/api
More information about parcelvalue/api
Files in parcelvalue/api
Package api
Short Description ParcelValue API
License MIT
Homepage https://github.com/parcelvalue/api
Informations about the package api
parcelvalue/api
ParcelValue API
For the latest version of this documentation please visit https://parcelvalue.github.io/api/.
Before using the API please make sure you have a ParcelValue client account set up.
It is recommended to start by using the testing environment while developing your integration, then move to using a real account in the production environment.
Please ask ParcelValue to create a test client which you can use in the testing environment.
Once you have obtained the user and password, please log in the ParcelValue client area and visit the API
section where you will find all the information specific to the current environment:
- API URL and version;
- Server key;
- Your Client key(s);
Current client area URL's for the API section are:
- Testing: test.v3.my.parcelvalue.eu/api
- Production: v3.my.parcelvalue.eu/api
ParcelValue API documentation
General information
- Content type
- Error handling
- Authentication
- Testing the API
Endpoints
-
Test
/test
-
Addresses
/addresses
-
Clients
/clients
- Shipments
/shipments
/shipment-summaries
Project documentation
This project contains the API documentation. The project code is only required by the ParcelValue API Client, so a standalone installation is usually not needed. For code checking and validation, please see the Developer installation information
Related projects
Change log
v3.22
April 2025
- New optional field:
incoTerms
.
v3.21
November 2024
- Add support for additional address object fields:
isResidential
,taxIdentification
;
v3.19
February 2023
- Add
exportDeclaration.invoiceFreight
;
v3.18
Feburary 2023
- Add
collectionLocation
;
v3.17
December 2023
- New shipment field:
documentsOnly
;
v3.16
October 2023
- Add
exportDeclaration
;
v3.15
July 2023
- New endpoint: delete shipment;
v3.12
June 2022
- New shipment meta data field:
carrierChoice
;
v3.11
April 2022
shipDate
is now optional; if not set, it will be managed by the system;
v3.10.2
March 2022
client
object now contains the complete client address;
v3.10.1
March 2022
- Data containing special characters will be converted (until now it was rejected);
v3.10.0
March 2022
- New endpoint:
/shipment-summaries
;
v3.9.0
March 2022
- New endpoint:
/addresses
;
v3.8.0
March 2022
- New endpoint:
/clients/authentication
;
v3.7.0
March 2022
- New shipment object meta properties:
finalCost
,insuranceCost
; - New endpoint:
/shipments/<apiShipmentId>/tracking
;
v3.6.0
March 2022
- New shipment object meta property:
carrierName
;
v3.5.0
February 2022
- New meta option for one-step endpoint:
scheduledProcessing
;
v3.4.0
February 2022
- Add insurance support; new fields:
insuranceDescription
,insuranceValue
;
v3.3.0
February 2022
- Removed unused shipment object attribute
saturdayDelivery
; - New optional fields:
customerReference
,specialInstructions
,confirmationEmail
,booking
;
v3
July 2021
- Shipment object meta properties
reference
andtrackingNumber
are now always returned, with default valuenull
; - Removed unused shipment object attribute
useCod
;
October 2021
- New shipment endpoints: Save, Rate, Confirm
All versions of api with dependencies
webservco/framework Version @dev
webservco/api Version @dev
firebase/php-jwt Version ^6