A Plugin for Convenient Stores, Groceries and Food Retailers
Bulk Order / Event Uploader
This plugin allows bulk uploading of orders with a .csv file that utilizes WooCommerce .
PND Bulk Order
Event Uploader
Allows Bulk Uploading
$
25
00
Monthly -
Bulk Uploading of Orders
-
Allows WooCommerce API to place orders
-
Allows Triggering of Additional Event Notifications
- Version
- WordPress Version
- PHP Version
- 1.0.0
- 5.8.6 or higher
- 7.4 or higher
PND Bulk Order/Event Uploader
This plugin allows bulk uploading of orders with a .csv file that utilizes WooCommerce API to place orders instead of directly writing the orders to the database. This allows for triggering of additional event notifications (delivery, SMS text, email confirmation, etc.)..
Install Instructions
- Install the bulk upload plugin.
- Go to WooCommerce => Settings => Advanced => Rest API
- Add a new key with Read/Write permissions.
- Record your API key and secret.
- Go to PND Bulk Uploader/Event Uploader => Settings
- Enter your API key and secret.
- For API URL, enter the complete URL for your production server such as https://www.example.com. If the plugin is being used in a staging environment, enter your staging URL.
- Setup is complete. To use the plugin, click the uploader link on the menu and upload your file.
Video Tutorial
CSV Schema
All fields must be accounted for on the CSV file, but not all fields are required to contain information.
Click here to download the sample file.
Field | Required | |
transaction_id | Yes | |
billing_first_name | Yes | |
billing_last_name | Yes | |
billing_company | No | |
billing_address_1 | Yes | |
billing_address_2 | No | |
billing_city | Yes | |
billing_state | Yes | |
billing_postcode | Yes | |
billing_country | Yes | |
billing_email | Yes | |
billing_phone | No | |
shipping_first_name | Yes | |
shipping_last_name | Yes | |
shipping_company | No | |
shipping_address_1 | Yes | |
shipping_address_2 | No | |
shipping_city | Yes | |
shipping_state | Yes | |
shipping_postcode | Yes | |
shipping_country | Yes | |
shipping_phone | No | |
sku | Yes | |
quantity | Yes | |
shipping_lines_method_id | Yes | Flat Rate or Local Pickup |
shipping_lines_total | Yes | Total cost of delivery |
delivery_type | Yes | Pickup or Delivery |
pickup_date | Conditional | If delivery_type==delivery then nullable |
pickup_time | Conditional | If delivery_type==delivery then nullable |
delivery_date | Conditional | If delivery_type==pickup then nullable |
delivery_time | Conditional | If delivery_type==pickup then nullable |
delivery_pickup | Conditional | If delivery_type==pickup then nullable |