Hi, I'm facing an issue with the "Add tracking" API V1 feature that I'm trying to implement. Here is my request: https://api.paypal.com/v1/shipping/trackers?tracking_number=XXXXXX&transaction_id=XXXXXX&carrier=CHRONOPOST_FR&status=SHIPPED&shipment_direction=FORWARD&shipment_uploader=MERCHANT (transaction ID is hidden for security reason) I always get the error: INVALID_TRANSACTION_ID [errors] => Array ( [0] => Array ( [name] => INTERNAL_SERVICE_ERROR [message] => [debug_id] => 94e0e971084ce [details] => Array ( [0] => Array ( [field] => transaction_id [value] => [location] => body [issue] => INVALID_TRANSACTION_ID ) ) ) ) ) I have tried with many different transaction ID, I always receive the error INVALID_TRANSACTION_ID. I'm 100% sure that my transaction ID is correct because when I use the the transaction ID to retrieve the transactions details, it works. Do you have any idea what is the source of the problem? Thank you.
... View more