order via API
-
Hi,
When we place an order using the Woocommerce API, the order gets:[2] => stdClass Object ( [id] => 7289 [key] => _vat_number_validated [value] => entered-manually-not-validated )
This is missing:
[0] => stdClass Object ( [id] => 7063 [key] => is_vat_exempt [value] => yes )
also this is missing:
[4] => stdClass Object ( [id] => 7067 [key] => vies_response [value] => stdClass Object (
How can we ensure that the WooCommerce EU VAT Assistant
plugin is applied to order placed through the APIThank you in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘order via API’ is closed to new replies.