Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Does this plugin support REST API?

$
0
0

Replies: 0

I create orders using the REST Api like so:

$order = wc_create_order();
$order->set_currency(‘DKK’);
$order->add_product( wc_get_product($item[‘id’]), 1 );
$order->calculate_totals();
$order->save();

Is this supported using this plugin?


Viewing all articles
Browse latest Browse all 59525

Trending Articles