Hello @customkings
Thank you for reaching out to us, we are here to help.
We haven’t performed any tests with this ReadyToShip WooCommerce Tracking Integration and don’t support it at this time.
However, the WooCommerce Shipment Tracking plugin comes with an included REST API endpoint, which is supported by the PayPal Payments plugin. So submitting tracking to this REST endpoint will automatically cause it to be sent to PayPal:
curl -X POST https://example.com/wp-json/wc-shipment-tracking/v3/orders/645/shipment-trackings \ -u consumer_key:consumer_secret \ -H “Content-Type: application/json” \ -d ‘{ “tracking_provider”: “TNT Express (consignment)”, “tracking_number”: “12345678”, }’
Manually creating the data from the Shipment Tracking metabox will also send it to PayPal.
Is there a specific reason why you are not using the REST endpoint from the official plugin?
The next update extends the list of supported shipment tracking/label plugins, but this one is currently not on our list.
Kind regards,
Joost
Hello,
It has been quite some time since our last communication, so we will mark this thread as resolved. Please open a new thread if you are still facing issues or have questions that you need us to answer.
Kind regards,
Joost