Replies: 0
We have a WooCommerce webshop with international shipping (outside of EU) enabled. So we entered the HS code for each product and the PostNL export is working fine for simple products.
Only for variable products (= different sizes for the same product) the export is not possible and gives this error: “1 shipments missing HS codes – not exported.”.
So we checked the WooCommerce Rest API and for the variable products (only for International shipping, both within EU and in the Netherlands are working fine) not only the “HS code” is missing but the entire “_postnl_shipments” part is missing from the API request.
How can we fix this? How can we add/enable “_postnl_shipments” for variable products for International shipping (so when the HS codes are needed)?
Thanks!