List products from WordPress on eBay
WP-Lister connects your WooCommerce site with your eBay Store. You can select multiple products right from your WooCommerce Products page, select a profile to apply a set of predefined options and list them all on eBay with just a few clicks.We worked hard to make WP-Lister easy to use but flexible. The workflow of listing items requires not a single click more than necessary. Due to its tight integration in WordPress, you will will feel right at home.
Features
- manage any number of listings from WP
- set up a profile once and apply to multiple products
- verify items and get expected listing fees
- sync inventory between eBay and WordPress
- create eBay orders in WooCommerce
- choose categories from eBay and your eBay Store
- map your custom categories to eBay categories
- national and international shipping options
- supports calculated shipping services
- best offer options and private listings
- support for product variations
- unique feature to split variations into single items
- create custom listing templates using WordPress post editor
- built in template editor with HTML / CSS syntax highlighting
- template engine supports color pickers, custom php code and more
- download and upload listing templates as zip files
Requirements
- eBay account
- WooCommerce 3.0 or better
- WordPress 4.2 or better
- PHP 7.4 or better with cURL support
- decent webspace hosted on a linux server
- single language site – multilingual sites are not supported yet
- up to about 10,000 products total – or more, depending on your server performance
Changelog
3.4 – 2023-01-02
- Added: New shipping service for the Freight shipping type
- Fixed: Missing variations data results missing attributes in listing title
- Fixed: Fix Listing Title method for split variations doesn't work when one or more variations is sold out
- Fixed: PHP Warning: Undefined index ebay_category_1_id
- Tweak: Optimized database structure (changed ebay_order::details field to longtext)
- Dev: Improved storing log records to reduce file size
- Dev: Compatible with WooCommerce 7.2.x
3.3.5 – 2022-11-24
- Fixed: Content shortcodes were not getting processed when Force Immediate Revision option is enabled
- Fixed: Error when merging product item specifics with profile specifics (array_merge(): Argument #2 must be of type array)
3.3.4 – 2022-11-09
- New: Added option to deduct the eBay Fee (FVF) from the order total, and include the FVF in the line item meta data
- Tweak: Revise listing immediately if 'Revise on Update' is ticked, even when 'Background Revision' is also enabled
- Tweak: Trigger wplister_product_has_changed action when a product's sale price is changed by a scheduled sale
- Tweak: If the 'Use local product name/title in orders' option is enabled, use the variation's name for order line items
- Fixed: Item specifics defined on the product level should have priority when merged with item specifics defined on the profile level
- Fixed: Record the ShippedTime property when updating orders from eBay to prevent fatal errors with the WooCommerce Shipment Tracking plugin
- Fixed: Warnings: Undefined array key "post_id" / Undefined array key "OrderLineItemID"
- Fixed: Warning: Attempt to read property "Name" on null
- Fixed: Possible fatal error when clearing all product-level policies
- Dev: Added wple_shipping_method_title filter to change the shipping method title
- Dev: Added logging in the prepareProductForListing() method