The mpaqt for WooCommerce plugin integrates with your online shopping site to send order details to mpaqt.io for shipping to your customers.
* Your inventory stored, assembled and shipped all across the globe!
* Storage, Light Assembly and Fulfillment Solutions
* Take advantage of volume discounts and compare across carriers to decrease your delivery costs.
* Outsource storage, assembly and fulfillment so you can upscale your business
* Onboard a more efficient, cost-effective process so you can save time
* Increase your sales by focusing on your core business, thus boosting your growth.
* Cost effective! Since there are no minimums and a low barrier to entry, starting is a breeze.
This plugin relies on a 3rd party as a service to support shipping and fulfillment services for mpaqt customers.
More information about mpaqt can be found at https://mpaqt.io.  The plugin will call API endpoints at subdomains of mpaqt.io such as https://dev.mpaqt.io and https://app.mpaqt.io.
The privacy policy and terms of service can be found at https://mpaqt.io/privacy-policy/ and https://mpaqt.io/merchant-agreement/ respectively.
This plugin sends various customer and order-related fields when an order is processed. The following fields are transmitted:
- site_name: The name of the WordPress site, fetched using 
get_bloginfo('name'). - site_url: The URL of the WordPress site, fetched using 
get_bloginfo('url'). - customer_name: The customer’s full name, composed of the billing first and last name.
 - customer_email: The email address of the customer.
 - customer_phone: The phone number of the customer.
 - address: An array containing the billing address of the customer:
- line1: First line of the billing address.
 - line2: Second line of the billing address (optional).
 - city: City for the billing address.
 - postcode: Postal code for the billing address.
 - country: Country for the billing address.
 
 - eauth: The eAuth value for security or authorization purposes.
 - order_id: Unique identifier for the order.
 - order_status: Current status of the order.
 - order_total: Total cost of the order.
 - shipping_method_name: Name of the shipping method selected.
 - shipping_method_id: ID of the shipping method.
 - customer_note: Note provided by the customer, if any.
 - products: An array of product information included in the order:
- sku: The Stock Keeping Unit (SKU) of each product.
 - quantity: Quantity of each product ordered.