UPS Add Support for DDP
complete
I
Individual Perch
George Plummer
complete
George Plummer
planned
F
Fandango Barnacle
Once it's fixed, when DDP is selected for a label it should say "BILLING: F/D" on the label. Right now, no matter if DDP is selected or not it says "BILLING: P/P".
George Plummer
Update our request with a type fields so as users can use DDP
F
Fandango Barnacle
George Plummer: Would it be possible to get an ETA for this fix as without we can't use StarshipIT. Thank you
George Plummer
Our UPS DDP setting is not working correctly - below direct from UPS:
Currently the request only contains information about who is paying for the shipping costs:
"PaymentInformation": {
"ShipmentCharge": [
{
"Type": "01",
"BillShipper": {
"AccountNumber": "6A3F73"
}
}
In order to use DDP there needs to be a "Type": "02" entry that also contains your account number, like this:
```
{
"Type": "02",
"BillShipper": {
"AccountNumber": "6A3F73"
}
}