---
title: Unified E-Commerce API — Truto Unified API
slug: ecommerce
canonical: "https://truto.one/unified-apis/ecommerce/"
---

# E-Commerce Unified API

Integrate E-Commerce data across 7 providers with one API. 3 normalized resources, real-time pass-through, fully customizable.

**Base URL:** `https://api.truto.one/unified/ecommerce`  
**Resources:** 3  
**Integrations:** 7

## Resources

### Customers

The customer represent a customer in E-Commerce. (13 fields)

- `id` (string) — The unique identifier for customer
- `first_name` (string) — The first name of customer
- `last_name` (string) — The last name of customer
- `name` (string) — The full name of customer
- `company_name` (string) — The company name of customer
- `status` (string) — The status of customer. If no clear mapping exists, then raw value is returned.
- `currency` (string) — The currency associated to customer
- `emails` (array) — The emails of customer
- `phones` (array) — The phone numbers of customer
- `addresses` (array) — The addresses of a customer
- `orders` (array) — The orders of customer
- `created_at` (string) — The date and time when customer was created
- `updated_at` (string) — The date and time when customer was updated

### Orders

The order represent an order in E-Commerce. (25 fields)

- `id` (string) — The unique identifier for an order
- `order_number` (string) — The order number for an order
- `currency` (string) — The currency associated for amount of an order
- `exchange_rate` (string) — The exchange rate for an order's transaction when the currency is different from the store's default currency.
- `discounts` (array) — The discounts for an order
- `sub_total` (string) — The sub-total amount for an order
- `shipping_cost` (string) — The shipping cost for an order
- `total_discount` (string) — The total discount for an order
- `total_tax` (string) — The total tax for an order
- `total_amount` (string) — The total amount for an order
- `status` (string) — The status for an order. If no clear mapping exists, then raw value is returned.
- `payment_status` (string) — The payment status for an order. If no clear mapping exists, then raw value is returned.
- `fulfillment_status` (string) — The fullfillment status for an order. If no clear mapping exists, then raw value is returned.
- `payment_method` (string) — The payment method used for this order
- `customer` (object) — The customer this order is linked to
- `billing_address` (object) — The billing address for an order
- `shipping_address` (object) — The shipping address for an order
- `tracking` (object) — The tracking details for an order
- `line_items` (array) — The line items for an order
- `note` (string) — The note for an order
- `created_at` (string) — The date and time when order was created
- `updated_at` (string) — The date and time when order was updated
- `type` (string) — The type of the order
- `shipping_methods` (object) — The shipping methods that are associated with the Order.
- `submitted_date` (string) — 

### Products

The product represent a product in E-Commerce. (17 fields)

- `id` (string) — The unique identifier for a product
- `name` (string) — The name of a product
- `description` (string) — The description of a product
- `status` (string) — The status of a product. If no clear mapping exists, then raw value is returned.
- `price` (string) — The price of a product
- `sku` (string) — The sku of a product
- `inventory_quantity` (string) — The quantity of a product in stock
- `images` (array) — The images of a product
- `weight` (string) — The weight of a product
- `weight_unit` (string) — The weight unit of a product
- `options` (array) — The options of a product
- `variants` (array) — The options of a product
- `tags` (array) — The tags of a product
- `categories` (array) — The categories of a product
- `created_at` (string) — The date and time when product was created
- `updated_at` (string) — The date and time when product was updated
- `notes` (string) — The notes related to the product, if any.

## Supported integrations

- [Bigcommerce](https://truto.one/integrations/detail/bigcommerce/)
- [Commerce7](https://truto.one/integrations/detail/commerce7/)
- [Sage Intacct](https://truto.one/integrations/detail/sageintacct/)
- [Shopify](https://truto.one/integrations/detail/shopify/)
- [Wix](https://truto.one/integrations/detail/wix/)
- [WooCommerce](https://truto.one/integrations/detail/woocommerce/)
- [Zoho Inventory](https://truto.one/integrations/detail/zohoinventory/)
