Skip to main content
Cancel an already scheduled FedEx pickup request. A failure notification will be sent if the courier has already been dispatched.
External DocumentationTo learn more, visit the FedEx documentation.

Basic Parameters

ParameterDescription
Account NumberThe FedEx account number associated with the shipment.
Pickup Confirmation CodeThe unique confirmation code provided by FedEx when the pickup was scheduled.
Scheduled DateThe date when the pickup was originally scheduled.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.
Customer Transaction IDAn ID to assign to the customer transaction.
Language CodesThe language and country code to use in the request.

Example Output

{
	"customerTransactionId": "AnyCo_order123456789",
	"output": {
		"alerts": [
			{
				"alertType": "NOTE",
				"code": "SHIP.RECIPIENT.POSTALCITY.MISMATCH",
				"message": "Recipient Postal-City Mismatch."
			}
		],
		"cancelConfirmationMessage": "Requested pickup has been cancelled Successfully.",
		"pickupConfirmationCode": "NQAA97"
	},
	"transactionId": "624deea6-b709-470c-8c39-4b5511281492"
}

Workflow Library Example

Cancel Pickup with Fedex and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop