# Create Dropshipping Orders

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /order/bulkadd:
    post:
      summary: Create Dropshipping Orders
      deprecated: false
      description: >-
        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
      tags:
        - Order
        - order
      parameters:
        - name: Authorization
          in: header
          description: ''
          required: false
          example: Cqke+/PKXEyiA8KuHnjoRg==
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                type: object
                properties:
                  order_no:
                    type: string
                    title: order_no
                    description: your order No.
                  skus:
                    type: string
                  language:
                    type: string
                  currencycode:
                    type: string
                  address:
                    type: object
                    properties:
                      country_code:
                        type: string
                      full_name:
                        type: string
                      telephone_mobile:
                        type: string
                      zip_code:
                        type: string
                      street_address:
                        type: string
                      town_city:
                        type: string
                      province_state:
                        type: string
                    x-apifox-orders:
                      - country_code
                      - full_name
                      - telephone_mobile
                      - zip_code
                      - street_address
                      - town_city
                      - province_state
                    required:
                      - country_code
                      - full_name
                      - telephone_mobile
                      - zip_code
                      - street_address
                      - town_city
                      - province_state
                x-apifox-orders:
                  - order_no
                  - skus
                  - language
                  - currencycode
                  - address
                required:
                  - order_no
                  - skus
                  - language
                  - currencycode
                  - address
            example: "[\r\n    {\r\n        \"order_no\": \"202512130001\",\r\n        \"skus\": \"103522418A*5,6601203130A*4\",\r\n        \"language\": \"en\",\r\n        \"currencycode\": \"USD\",\r\n        \"address\": {\r\n            \"country_code\": \"US\",\r\n            \"full_name\": \"Michael Johnson\",\r\n            \"telephone_mobile\": \"13471234567\",\r\n            \"zip_code\": \"90210\",\r\n            \"street_address\": \"123 Main Street, Apt 4B\",\r\n            \"town_city\": \"Beverly Hills\",\r\n            \"province_state\": \"CA\"\r\n        }\r\n    },\r\n    {\r\n        \"order_no\": \"202512140001\",\r\n        \"skus\": \"6604028713A*5,6601203130B*4\",\r\n        \"language\": \"en\",\r\n        \"currencycode\": \"USD\",\r\n        \"address\": {\r\n            \"country_code\": \"US\",\r\n            \"full_name\": \"David haden\",\r\n            \"telephone_mobile\": \"13471234567\",\r\n            \"zip_code\": \"23456\",\r\n            \"street_address\": \"2 Main Street, Apt 6\",\r\n            \"town_city\": \"New York\",\r\n            \"province_state\": \"NY\"\r\n        }\r\n    },\r\n]"
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      batchname:
                        type: string
                      orders:
                        type: array
                        items:
                          type: object
                          properties:
                            PicId:
                              type: string
                            OrderId:
                              type: string
                            CreateOn:
                              type: string
                            Deduction:
                              type: number
                            TransactionCost:
                              type: number
                            OrderInfo:
                              type: object
                              properties:
                                OrderID:
                                  type: string
                                CurrencyCode:
                                  type: string
                                Items:
                                  type: array
                                  items:
                                    type: object
                                    properties:
                                      SKU:
                                        type: string
                                      Name:
                                        type: string
                                      Url:
                                        type: string
                                      CustomerSKU:
                                        type: string
                                      Quantity:
                                        type: number
                                      UnitPrice:
                                        type: number
                                      AddOn:
                                        type: string
                                      Remark:
                                        type: string
                                      EmailOnlyCode:
                                        type: number
                                      GroupKey:
                                        type: string
                                      IsMixedBatch:
                                        type: integer
                                      SubTotal:
                                        type: number
                                    x-apifox-orders:
                                      - SKU
                                      - Name
                                      - Url
                                      - CustomerSKU
                                      - Quantity
                                      - UnitPrice
                                      - AddOn
                                      - Remark
                                      - EmailOnlyCode
                                      - GroupKey
                                      - IsMixedBatch
                                      - SubTotal
                                    required:
                                      - SKU
                                      - Name
                                      - Url
                                      - CustomerSKU
                                      - Quantity
                                      - UnitPrice
                                      - AddOn
                                      - Remark
                                      - EmailOnlyCode
                                      - GroupKey
                                      - IsMixedBatch
                                      - SubTotal
                                DiscountedAmount:
                                  type: number
                                ShippingCost:
                                  type: number
                                ShippingAgent:
                                  type: integer
                                ShippingMethod:
                                  type: string
                                ShippingMethodFullName:
                                  type: string
                                ShippingDeliveryCycle:
                                  type: string
                                Status:
                                  type: string
                                PaymentMethod:
                                  type: 'null'
                                PaymentMethodChild:
                                  type: string
                                Remark:
                                  type: string
                                CreatedOn:
                                  type: string
                                Site:
                                  type: string
                                SalesContactID:
                                  type: number
                                TransactionCostRate:
                                  type: number
                                CurrencyRate:
                                  type: number
                                ModifiedOn:
                                  type: 'null'
                                RecalculatedOn:
                                  type: 'null'
                                PaymentOn:
                                  type: 'null'
                                ShippedOn:
                                  type: 'null'
                                CustomOrderID:
                                  type: string
                                OrderType:
                                  type: integer
                                Language:
                                  type: string
                                FreightFee:
                                  type: number
                                Warehouse:
                                  type: string
                                IossNeed:
                                  type: boolean
                                IossType:
                                  type: integer
                                IossFee:
                                  type: number
                                IossNumber:
                                  type: string
                                Risk_Type:
                                  type: integer
                                FeeAdjustment:
                                  type: number
                              x-apifox-orders:
                                - OrderID
                                - CurrencyCode
                                - Items
                                - DiscountedAmount
                                - ShippingCost
                                - ShippingAgent
                                - ShippingMethod
                                - ShippingMethodFullName
                                - ShippingDeliveryCycle
                                - Status
                                - PaymentMethod
                                - PaymentMethodChild
                                - Remark
                                - CreatedOn
                                - Site
                                - SalesContactID
                                - TransactionCostRate
                                - CurrencyRate
                                - ModifiedOn
                                - RecalculatedOn
                                - PaymentOn
                                - ShippedOn
                                - CustomOrderID
                                - OrderType
                                - Language
                                - FreightFee
                                - Warehouse
                                - IossNeed
                                - IossType
                                - IossFee
                                - IossNumber
                                - Risk_Type
                                - FeeAdjustment
                              required:
                                - OrderID
                                - CurrencyCode
                                - Items
                                - DiscountedAmount
                                - ShippingCost
                                - ShippingAgent
                                - ShippingMethod
                                - ShippingMethodFullName
                                - ShippingDeliveryCycle
                                - Status
                                - PaymentMethod
                                - PaymentMethodChild
                                - Remark
                                - CreatedOn
                                - Site
                                - SalesContactID
                                - TransactionCostRate
                                - CurrencyRate
                                - ModifiedOn
                                - RecalculatedOn
                                - PaymentOn
                                - ShippedOn
                                - CustomOrderID
                                - OrderType
                                - Language
                                - FreightFee
                                - Warehouse
                                - IossNeed
                                - IossType
                                - IossFee
                                - IossNumber
                                - Risk_Type
                                - FeeAdjustment
                            Address:
                              type: object
                              properties:
                                Concats:
                                  type: string
                                CountryCode:
                                  type: string
                                CountryName:
                                  type: string
                                Province:
                                  type: string
                                City:
                                  type: string
                                Address:
                                  type: string
                                PostCode:
                                  type: string
                                Telephone:
                                  type: string
                                Mobile:
                                  type: string
                                Fax:
                                  type: string
                                VATNo:
                                  type: string
                                EORI:
                                  type: string
                                BillingAddress:
                                  type: string
                                IsDefault:
                                  type: boolean
                                CompanyName:
                                  type: string
                              x-apifox-orders:
                                - Concats
                                - CountryCode
                                - CountryName
                                - Province
                                - City
                                - Address
                                - PostCode
                                - Telephone
                                - Mobile
                                - Fax
                                - VATNo
                                - EORI
                                - BillingAddress
                                - IsDefault
                                - CompanyName
                              required:
                                - Concats
                                - CountryCode
                                - CountryName
                                - Province
                                - City
                                - Address
                                - PostCode
                                - Telephone
                                - Mobile
                                - Fax
                                - VATNo
                                - EORI
                                - BillingAddress
                                - IsDefault
                                - CompanyName
                          x-apifox-orders:
                            - PicId
                            - OrderId
                            - CreateOn
                            - Deduction
                            - TransactionCost
                            - OrderInfo
                            - Address
                          required:
                            - PicId
                            - OrderId
                            - CreateOn
                            - Deduction
                            - TransactionCost
                            - OrderInfo
                            - Address
                    x-apifox-orders:
                      - batchname
                      - orders
                    required:
                      - batchname
                      - orders
                  code:
                    type: number
                  message:
                    type: string
                  success:
                    type: boolean
                  detailcode:
                    type: string
                x-apifox-orders:
                  - data
                  - code
                  - message
                  - success
                  - detailcode
                required:
                  - data
                  - code
                  - message
                  - success
                  - detailcode
              example:
                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
          headers: {}
          x-apifox-name: success
        '400':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                data:
                  success: false
                  data:
                    - CustomNo:
                        Value: '202512130001'
                        ErrorMsg: null
                      Concats:
                        Value: Michael Johnson
                        ErrorMsg: null
                      Address:
                        Value: 123 Main Street, Apt 4B
                        ErrorMsg: null
                      City:
                        Value: Beverly Hills
                        ErrorMsg: null
                      PostCode:
                        Value: '90210'
                        ErrorMsg: null
                      Province:
                        Value: CA
                        ErrorMsg: null
                      Country:
                        Value: US
                        ErrorMsg: null
                      Telephone:
                        Value: '13471234567'
                        ErrorMsg: null
                      Fax:
                        Value: ''
                        ErrorMsg: null
                      Products:
                        - SKU:
                            Value: 103522418A
                            ErrorMsg: null
                          Quantity:
                            Value: 5
                            ErrorMsg: null
                          Code:
                            Value: ''
                            ErrorMsg: null
                          CustomerNo:
                            Value: ''
                            ErrorMsg: null
                        - SKU:
                            Value: 6601203130A
                            ErrorMsg: null
                          Quantity:
                            Value: 4
                            ErrorMsg: null
                          Code:
                            Value: ''
                            ErrorMsg: null
                          CustomerNo:
                            Value: ''
                            ErrorMsg: null
                    - CustomNo:
                        Value: '202512140001'
                        ErrorMsg: null
                      Concats:
                        Value: David haden
                        ErrorMsg: null
                      Address:
                        Value: 2 Main Street, Apt 6
                        ErrorMsg: null
                      City:
                        Value: New York
                        ErrorMsg: null
                      PostCode:
                        Value: '23456'
                        ErrorMsg: null
                      Province:
                        Value: NY
                        ErrorMsg: null
                      Country:
                        Value: U
                        ErrorMsg: >-
                          Shipping Country is not correct,please check the
                          "country code checklist".
                      Telephone:
                        Value: '13471234567'
                        ErrorMsg: null
                      Fax:
                        Value: ''
                        ErrorMsg: null
                      Products:
                        - SKU:
                            Value: 6604028713A
                            ErrorMsg: null
                          Quantity:
                            Value: 5
                            ErrorMsg: null
                          Code:
                            Value: ''
                            ErrorMsg: null
                          CustomerNo:
                            Value: ''
                            ErrorMsg: null
                        - SKU:
                            Value: 6601203130B
                            ErrorMsg: null
                          Quantity:
                            Value: 4
                            ErrorMsg: null
                          Code:
                            Value: ''
                            ErrorMsg: null
                          CustomerNo:
                            Value: ''
                            ErrorMsg: null
                  code: 200
                  reason: null
                  message: null
                code: 200
                message: >-
                  Some order information is invalid, please check the error
                  report and reupload.
                success: false
                detailcode: T40104
          headers: {}
          x-apifox-name: Error
        x-200:unauthorized:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  Message:
                    type: string
                    title: Message
                x-apifox-orders:
                  - Message
                required:
                  - Message
          headers: {}
          x-apifox-name: unauthorized
      security: []
      x-apifox-folder: Order
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/4282467/apis/api-408489819-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://openapi.tvc-mall.com
    description: 正式环境
security: []

```
