woocommerce / woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
71 stars 46 forks source link

Woocommerce Rest API | Create Multiple orders Issue #283

Open ambikesh-cedcommerce opened 1 year ago

ambikesh-cedcommerce commented 1 year ago

Hi Team, I was trying to create an order with Woocommerce rest API here https://woocommerce.github.io/woocommerce-rest-api-docs/#create-an-order I'm getting what I put into, When I'm trying to make multiple orders with WC_REST_Orders_Controller with required payload, I'm not able to create multiple at a time, One time I can have only one order created.

Thanks any help would be appreciated thanks.