FAQ

How to create WooCommerce REST API?

  • WooCommerce > Settings > Advanced
  • Create with Read/Write Permission
  • Scan the QR Code in the WooCat App

Input your WooCommerce store URL below and click Submit to jump to REST API Settings

  1. Click the + button on the top of WooCat
  2. Input the store name, full URL
  3. Scan the WooCommerce REST API QR Code
  4. And you can choose whether it will be shown in status or warehouse

Enable notification to create order notification to your WooCat.

The webhook of payment completion is triggered by the WP Cron. But the WP Cron is not a real-time cron worker. To solve the delay of order notification, you have 2 options.

Option 1: Add the code add_filters( 'woocommerce_webhook_deliver_async', '__return_false' ); to the functions.php in the child theme of your store.

Option 2: Install Openai Tools for WordPress & WooCommerce Plugin and check Webhook Delivery Async to enable the instant order notification.

Because we don’t collect any information of your stores. But the WooCommerce Jetpack plugin does.

No. Your data is only stored on your device and iCloud.

It’s safely based on Store API by WooCommerce.