imranhsayed / nextjs-woocommerce-restapi

A React WooCommerce Project Example With REST API
nextjs-woocommerce-restapi-virid.vercel.app
MIT License
325 stars 101 forks source link

Unable to create an order: woocommerce_rest_cannot_create #44

Closed onamfc closed 11 months ago

onamfc commented 11 months ago

When we attempt to create the order, we are presented with the following response from the server.

{ "code": "woocommerce_rest_cannot_create", "message": "Sorry, you are not allowed to create resources.", "data": { "status": 401 } }