• If i send a order using wc-api-node with the payment status true the products are not removed from stock.

    let data = {
    payment_method: ‘cod’,
    payment_method_title: ‘Pagamento na loja’,
    set_paid: true,

    The order are created successfully but when i go check if the stock is lower nothing happened, if i don’t use the parameter set_paid the product stock are refreshed e evething works just fine.

    • This topic was modified 7 years, 9 months ago by racioly.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘API Order with payment status “paid” do not remove products from stock’ is closed to new replies.