Pull & change
Flow
Sequence diagram
How it works
Required APIs
API
Inbound/Outbound
Description
API Inputs
Examples
Track the result
Last updated
Was this helpful?
Was this helpful?
{
"type": "CANCEL"
}{
"type": "ACCELERATE",
"newDueDate": "2025-01-15"
}{
"type": "REDIRECT",
"newDeliveryAddress": {
"title": "Ms",
"firstName": "Alex",
"lastName": "Chen",
"companyName": "Example Co",
"line1": "10 Main St",
"line2": "Apt 3B",
"city": "New York",
"state": "NY",
"zipCode": "10001",
"countryCode": "US",
"mobilePhoneNumber": "+12125550123"
}
}{
"type": "ACCELERATE_AND_REDIRECT",
"newDueDate": "2025-01-15",
"newDeliveryAddress": {
"title": "Ms",
"firstName": "Alex",
"lastName": "Chen",
"companyName": "Example Co",
"line1": "10 Main St",
"line2": "Apt 3B",
"city": "New York",
"state": "NY",
"zipCode": "10001",
"countryCode": "US",
"mobilePhoneNumber": "+12125550123"
}
}