Get details of a single cancellation

Get the information for the specified cancellation in the specified order

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

order-idstringRequired
FeedAMP Order ID
cancellation-idstringRequired
FeedAMP Cancellation ID

Headers

tokenstringRequired

The Authentication token obtained from the v1 get_token route

clientintegerRequired
The ID of the client making the request

Response

Cancellation details
cancellation_lineslist of objects
idstring
Unique identifier for a record
reasonenum
Reason provided for the order line's cancellation

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error