Yuri-Lima / woocommerce-rest-api-ts-lib

This is some improvements for the oficial WooCommerce repo. https://github.com/woocommerce/woocommerce-rest-api-js-lib I hope they merge or accept it as new repo. soon. Please few free to contact me.
MIT License
29 stars 8 forks source link

Argument of type `orders/batch` is not assignable to parameter of type `WooRestApiEndpoint` #39

Open stephenasuncionDEV opened 1 year ago

stephenasuncionDEV commented 1 year ago

image

To fix: please add it on WooRestApiEndpoint type.


Temporary fix: const orderRes = await api.post("orders/batch" as WooRestApiEndpoint, input.data);