Top "Woocommerce-rest-api" questions

WooCommerce REST API is fully integrated with the WordPress REST API since WC version 2.6+, allows WC data to be created, read, updated, and deleted using requests in JSON format and using **WordPress REST API** Authentication methods and standard HTTP verbs…

WooCommerce - woocommerce_rest_cannot_view - Status 401

I have generated a consumer key and consumer secret. The website has SSL installed. I have also installed plugins required …

wordpress woocommerce woocommerce-rest-api wordpress-rest-api
"cannot list resources" error from WooCommerce REST API

I am very new to WordPres` and using the WooCommerce plugin for the first time and want to use the …

php android wordpress woocommerce-rest-api
WooCommerce REST API Custom Fields

Is it possible to access custom fields for orders, products, customers via WooCommerce REST API? If not natively, then what …

api rest woocommerce custom-fields woocommerce-rest-api
List all enabled payment methods in Woocommerce

I'm working on mimicking the Orders Page in the Admin side to the UI of the site. It's like a …

php wordpress payment-gateway woocommerce-rest-api
WooCommerce Rest API "woocommerce_rest_cannot_create"

I am trying to post a Product into WooCommerce Rest API using Postman and following is the Code generated in …

wordpress woocommerce postman woocommerce-rest-api
How to get the product sku from order items in Woocommerce

For Api on page "woocommerce_thankyou" need get sku. I have: $order = wc_get_order( $order_id ); foreach ($order->…

php wordpress woocommerce orders woocommerce-rest-api
Adding Product Programmatically in woocommerce

<?php /** * Template name: Create Product * @package storefront */ $post_id = wp_insert_post( array( 'post_title' => 'Adams Product', 'post_…

php wordpress woocommerce woocommerce-rest-api
WooCommerce REST API - Filter Orders By Date Modified

I'm using the WooCommerce REST API (http://woocommerce.github.io/woocommerce-rest-api-docs/#introduction) and can download Customers, Orders, etc successfully. I'm …

wordpress rest woocommerce woocommerce-rest-api wordpress-rest-api