We are trying to hit the POST api/v1/shipment/shipwithlabel API for DHL Express. Our request is
{
"OrderId": xxx, // billbee order
"ProviderId": 20000000000012103, // DHL express provider id
"ProductId": 20000000000083776 // DHL express product id
}
Always I am getting this response :
{
"ErrorMessage": "Bitte einen Verpackungstyp auswählen",
"ErrorCode": 22,
"ErrorDescription": "InvalidShippingServices",
"Data": null
}
IT is not working with swagger also https://app.billbee.io//swagger/ui/index#!/Shipments/Shipment_ShipWithLabel
The DHL standards and international is working well but not DHL express anyone would like to share the answer?
We are trying to hit the POST api/v1/shipment/shipwithlabel API for DHL Express. Our request is { "OrderId": xxx, // billbee order "ProviderId": 20000000000012103, // DHL express provider id "ProductId": 20000000000083776 // DHL express product id }
Always I am getting this response : { "ErrorMessage": "Bitte einen Verpackungstyp auswählen", "ErrorCode": 22, "ErrorDescription": "InvalidShippingServices", "Data": null } IT is not working with swagger also https://app.billbee.io//swagger/ui/index#!/Shipments/Shipment_ShipWithLabel The DHL standards and international is working well but not DHL express anyone would like to share the answer?