• Resolved difster

    (@difster)


    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)
  • Hi @difster,

    Since WooCommerce Shipment Tracking is a paid plugin, can you submit a ticket via your WooCommerce.com account?

    Please contact us at WooCommerce.com > My Account > Tickets. You may need to create an account before you can access that page.

    Please include a link to this forum thread, so that we can keep track of what’s already been done.

    We will be able to help you further there!

    Thank you,
    Joey

    Thread Starter difster

    (@difster)

    The reason I submitted a ticket here is because the plugin belongs to a client and I don’t have access to their WooCommerce account right now and the person responsible for it is out on leave.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce Shipment Tracking Issue’ is closed to new replies.