Skip to content

This WordPress plugin defines custom API endpoints for synchronising Amrod products with WooCommerce.

Notifications You must be signed in to change notification settings

codebeginer/wordpress_amord_product_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordpress_amord_product_sync

This WordPress plugin defines custom API endpoints for synchronising Amrod products with WooCommerce.

CRON JOBS

  1. Categories

    • Sync all categories

    • API Endpoint : wp-json/amrod/v1/categories

    • Sync updated categories

    • API Endpoint : wp-json/amrod/v1/categories/update

  2. Products

    • Sync all products
    • API Endpoint : wp-json/amrod/v1/products
  3. Product images

    • Sync all product images
    • API Endpoint : wp-json/amrod/v1/images/download
  4. Product price update

    • Sync all product images
    • API Endpoint : wp-json/amrod/v1/products/prices
  5. Product Stock update

    • Sync all product stocks
    • API Endpoint : wp-json/amrod/v1/products/stock

About

This WordPress plugin defines custom API endpoints for synchronising Amrod products with WooCommerce.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages