open api
  1. Order
open api
  • Authorization
    • Get Authorization
      GET
  • Category
    • Get children of the category specified
      GET
    • Get parent of the category specified
      GET
  • Product
    • Search products
      GET
    • Get the details of the specified product
      GET
    • Get the details of the specified product with images
      GET
    • Get status of a list of products
      GET
    • Download the images of the specified product
      GET
    • Download the Scenseimage of the specified product
      GET
    • Search products with specific main category
      GET
  • Order
    • Create Order
      POST
    • Create Dropshipping Orders
      POST
    • Create order(Deprecated)
      POST
    • Get Order List
      GET
    • Get Order Information
      GET
  • Shipping
    • Shipping Calculation
      POST
    • Shipping Calculation Enhancement
      POST
  1. Order

Create Dropshipping Orders

POST
/order/bulkadd
please first contact your sales manager to request permission to enable the dropshipping menu,then use this endpoint to create dropshipping orders in bulk .Then you can check batch orders in Home>My Account>dropshipping>batch list

请求参数

Header 参数

Body 参数application/json必填

示例
[
    {
        "order_no": "202512130001",
        "skus": "103522418A*5,6601203130A*4",
        "language": "en",
        "currencycode": "USD",
        "address": {
            "country_code": "US",
            "full_name": "Michael Johnson",
            "telephone_mobile": "13471234567",
            "zip_code": "90210",
            "street_address": "123 Main Street, Apt 4B",
            "town_city": "Beverly Hills",
            "province_state": "CA"
        }
    },
    {
        "order_no": "202512140001",
        "skus": "6604028713A*5,6601203130B*4",
        "language": "en",
        "currencycode": "USD",
        "address": {
            "country_code": "US",
            "full_name": "David haden",
            "telephone_mobile": "13471234567",
            "zip_code": "23456",
            "street_address": "2 Main Street, Apt 6",
            "town_city": "New York",
            "province_state": "NY"
        }
    },
]

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/order/bulkadd' \
--header 'Authorization: Cqke+/PKXEyiA8KuHnjoRg==' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "order_no": "202512130001",
        "skus": "103522418A*5,6601203130A*4",
        "language": "en",
        "currencycode": "USD",
        "address": {
            "country_code": "US",
            "full_name": "Michael Johnson",
            "telephone_mobile": "13471234567",
            "zip_code": "90210",
            "street_address": "123 Main Street, Apt 4B",
            "town_city": "Beverly Hills",
            "province_state": "CA"
        }
    },
    {
        "order_no": "202512140001",
        "skus": "6604028713A*5,6601203130B*4",
        "language": "en",
        "currencycode": "USD",
        "address": {
            "country_code": "US",
            "full_name": "David haden",
            "telephone_mobile": "13471234567",
            "zip_code": "23456",
            "street_address": "2 Main Street, Apt 6",
            "town_city": "New York",
            "province_state": "NY"
        }
    },
]'

返回响应

🟢200success
application/json
Body

示例
{
    "data": {
        "batchname": "BN2601210001",
        "orders": [
            {
                "PicId": "BN2601210001",
                "OrderId": "R26012100002",
                "CreateOn": "2026-01-21 06:11:17",
                "Deduction": 0,
                "TransactionCost": 0,
                "OrderInfo": {
                    "OrderID": "R26012100002",
                    "CurrencyCode": "USD",
                    "Items": [
                        {
                            "SKU": "661100347A",
                            "Name": "productName - Test_color",
                            "Url": "/details/productname-test-color-sku661100347a.html",
                            "CustomerSKU": "",
                            "Quantity": 12,
                            "UnitPrice": 0.31,
                            "AddOn": "2026-01-21 06:11:14",
                            "Remark": "",
                            "EmailOnlyCode": 0,
                            "EanCode": "",
                            "CustomerNo": "",
                            "GroupKey": "661100347",
                            "IsMixedBatch": 0,
                            "SubTotal": 3.72
                        }
                    ],
                    "DiscountedAmount": 3.72,
                    "ShippingCost": 351.5,
                    "ShippingAgent": 93,
                    "ShippingMethod": "DHL",
                    "ShippingMethodFullName": "DHL",
                    "ShippingDeliveryCycle": "5-7 business days",
                    "Status": "NewOrder",
                    "PaymentMethod": null,
                    "PaymentMethodChild": "",
                    "Remark": "",
                    "CreatedOn": "2026-01-21 06:11:13",
                    "Site": "TVCMall",
                    "SalesContactID": 1,
                    "TransactionCostRate": 0,
                    "CurrencyRate": 1,
                    "ModifiedOn": "2026-01-21 06:11:16",
                    "RecalculatedOn": null,
                    "PaymentOn": null,
                    "ShippedOn": null,
                    "CustomOrderID": "",
                    "OrderType": 3,
                    "Language": "en",
                    "FreightFee": 0,
                    "Warehouse": "1",
                    "IossNeed": false,
                    "IossType": 0,
                    "IossFee": 0,
                    "IossNumber": "",
                    "Risk_Type": 0,
                    "FeeAdjustment": 0
                },
                "Address": {
                    "Concats": "Carolyne",
                    "CountryCode": "US",
                    "CountryName": "United States",
                    "Province": "Arizona",
                    "City": "Port Orlando",
                    "Address": "3494 Langworth Freeway",
                    "PostCode": "391368",
                    "Telephone": "0310-29430772",
                    "Mobile": "0310-29430772",
                    "Fax": "",
                    "VATNo": "",
                    "EORI": "",
                    "BillingAddress": "",
                    "IsDefault": false,
                    "CompanyName": ""
                }
            },
            {
                "PicId": "BN2601210001",
                "OrderId": "R26012100001",
                "CreateOn": "2026-01-21 06:10:55",
                "Deduction": 0,
                "TransactionCost": 0,
                "OrderInfo": {
                    "OrderID": "R26012100001",
                    "CurrencyCode": "USD",
                    "Items": [
                        {
                            "SKU": "661100340A",
                            "Name": "TVCMALL G2 Thumb Camera Backpack Pendant 1080P HD Portable Mini Camera for Students - Black",
                            "Url": "/details/g2-thumb-camera-backpack-pendant-1080p-hd-portable-mini-camera-for-students-black-sku661100340a.html",
                            "CustomerSKU": "",
                            "Quantity": 12,
                            "UnitPrice": 17.07,
                            "AddOn": "2026-01-21 06:10:53",
                            "Remark": "",
                            "EmailOnlyCode": 0,
                            "EanCode": "",
                            "CustomerNo": "",
                            "GroupKey": "661100340",
                            "IsMixedBatch": 0,
                            "SubTotal": 204.84
                        }
                    ],
                    "DiscountedAmount": 204.84,
                    "ShippingCost": 248.59,
                    "ShippingAgent": 93,
                    "ShippingMethod": "DHL",
                    "ShippingMethodFullName": "DHL",
                    "ShippingDeliveryCycle": "5-7 business days",
                    "Status": "NewOrder",
                    "PaymentMethod": null,
                    "PaymentMethodChild": "",
                    "Remark": "",
                    "CreatedOn": "2026-01-21 06:10:53",
                    "Site": "TVCMall",
                    "SalesContactID": 1,
                    "TransactionCostRate": 0,
                    "CurrencyRate": 1,
                    "ModifiedOn": "2026-01-21 06:10:55",
                    "RecalculatedOn": null,
                    "PaymentOn": null,
                    "ShippedOn": null,
                    "CustomOrderID": "",
                    "OrderType": 3,
                    "Language": "en",
                    "FreightFee": 0,
                    "Warehouse": "1",
                    "IossNeed": false,
                    "IossType": 0,
                    "IossFee": 0,
                    "IossNumber": "",
                    "Risk_Type": 0,
                    "FeeAdjustment": 0
                },
                "Address": {
                    "Concats": "Clarissa",
                    "CountryCode": "US",
                    "CountryName": "United States",
                    "Province": "South Carolina",
                    "City": "Appleton",
                    "Address": "6453 Steve Camp",
                    "PostCode": "710047",
                    "Telephone": "0582-69872140",
                    "Mobile": "0582-69872140",
                    "Fax": "",
                    "VATNo": "",
                    "EORI": "",
                    "BillingAddress": "",
                    "IsDefault": false,
                    "CompanyName": ""
                }
            }
        ]
    },
    "code": 200,
    "message": "Order import successfully.",
    "success": true,
    "detailcode": "T40105"
}
🟢200unauthorized
🟠400Error
修改于 2026-01-21 09:57:21
上一页
Create Order
下一页
Create order(Deprecated)
Built with