• Resolved Razmik

    (@raazmik)


    Hello Everyone,

    I am experiencing an issue with the WooCommerce Partial Shipment plugin (version 3.2). Specifically, I am unable to find the “_wxp_shipment” metadata in the WooCommerce order API.Could you please assist in resolving this problem?

    Thank you for your support.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WpExperts Hub

    (@wpexpertshub)

    Hi @raazmik , please read the thread.
    https://www.ads-software.com/support/topic/update-to-version-3-1/

    we have removed the meta key “_wxp_shipment” from version 3.2 and now there is separate tables to save the data.

    Thanks

    Thread Starter Razmik

    (@raazmik)

    Hello Support Team,

    Following your advice, we have activated the “Partial Shipment Migration” plugin in our WooCommerce shop. However, we are still unable to locate the shipment information in the response from the Get WooCommerce Order by ID API. Specifically, the shipment details seem to be missing.
    Could you please advise on where we can find this information?
    Thank you for your assistance.

    I’m having the same issue. Woo is not reading these tables after the last database update:

    wp_partial_shipment8916.00 KB0 bytesInnoDB0 byteswp_partial_shipment_items17316.00 KB0 bytesInnoDB0 bytes

    Plugin Author WpExperts Hub

    (@wpexpertshub)

    Here’s the corrected version:

    Hi, the function wc_get_order($order_id) will not return any shipment data, as the WooCommerce Partial Shipment plugin uses separate custom database tables.

    You will need to use the function $data = WXP_Partial_Shipment_Init()->get_wxp_shipment_data($order_id); from the WooCommerce Partial Shipment plugin to retrieve the shipment data.

    Thanks

    Thread Starter Razmik

    (@raazmik)

    Hello Plugin Support Team,

    I am using the following endpoint to retrieve shipment information from our WooCommerce shop via a GET request:

    https://websitename/wp-json/wc/v3/wxp/shipment/data/($Orderid)

    However, I continue to receive the following error message: “No route was found matching the URL and request method.”

    Please note that both the “Partial Shipment Migration Addon” and the “WooCommerce Partial Shipment (version 3.2)” plugins are active on our website.

    Could you kindly assist in resolving this issue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.