WooCommerce Shipment Tracking Issue
-
I am trying to use the WooCommerce Shipment Tracking plugin with the Woo REST API and I’m getting an error. It’s
Error: No route was found matching the URL and request method [rest_no_route] in <my url>
in my PHP error log. The documentation for the plugin says it should work with the Woo REST API.From an external site, I’m using the Woo REST API to access the site. I’m connecting just fine as I can create/update/delete as needed on standard woo functions.
I’ve got a tracking number already for a particular order but it doesn’t let me fetch it.
$tracking = $woocommerce->get('orders/4847/shipment-trackings'); print_r($tracking);
Thanks in advance for the help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WooCommerce Shipment Tracking Issue’ is closed to new replies.