---
title: "Creates multiple shipments"
method: POST
path: "/api/v1/shipment/shipmentmultiple"
tags: ["Shipments"]
---

# Creates multiple shipments

`POST /api/v1/shipment/shipmentmultiple`

## Request body

- RechnungsdruckWebAppControllersApiApiBatchRequestOfBillbeeInterfacesBillbeeAPIModelCreateShipmentApiModel[]
  - `RequestId` string
  - `Data` BillbeeInterfacesBillbeeAPIModelCreateShipmentApiModel
    - `ProviderName` string — The name of the provider as specified in the billbee account
    - `ProductCode` string — The productcode to be used when creating the shipment. Values depends on the carrier used
    - `PrinterName` string — The name of a connected Cloudprinter to sent the label to
    - `PrinterIdForExportDocs` integer — The id of a connected Cloudprinter to sent the export docs to
    - `Services` BillbeeIntegrationChannelModelApiShippingProductService[] — A list of services to be used when creating the shipment
      - `DisplayName` string
      - `DisplayValue` string
      - `RequiresUserInput` boolean
      - `ShowInput` boolean
      - `ServiceName` string
      - `typeName` string
      - `PossibleValueLists` SystemCollectionsGenericKeyValuePairOfSystemStringAndSystemCollectionsGenericListOfSystemCollectionsGenericKeyValuePairOfSystemInt32AndSystemString[]
        - `key` string
        - `value` SystemCollectionsGenericKeyValuePairOfSystemInt32AndSystemString[]
          - `key` integer
          - `value` string
      - `CanBeConfigured` boolean
      - `HasDynamicValues` boolean
      - `IsRequired` boolean
    - `ReceiverAddress` BillbeeInterfacesBillbeeAPIModelShipmentAddressApiModel
      - `Company` string
      - `FirstName` string
      - `LastName` string
      - `Name2` string
      - `Street` string
      - `Housenumber` string
      - `Zip` string
      - `City` string
      - `CountryCode` string
      - `CountryCodeISO3` string
      - `Email` string
      - `Telephone` string
      - `AddressAddition` string
      - `IsExportCountry` boolean
      - `State` string
      - `FullName` string
      - `FullStreet` string
    - `ClientReference` string — Optional specify a text to be included on the label. Not possible with all carriers
    - `CustomerNumber` string — Not used anymore
    - `WeightInGram` number, double — Optional specify the weight in gram of the shipment
    - `OrderSum` number, double — The value of the shipments content
    - `TotalNet` number, double — The value of the shipments content (net)
    - `OrderCurrencyCode` string — The Currency if the ordersum
    - `Content` string — Optional specify a text describing the content of the shipment. Used for export shipments
    - `ShipDate` string, date-time — Optional overwrite the shipdate to be transferred to the carrier
    - `shippingCarrier` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21
    - `Dimension` BillbeeInterfacesShippingShipmentDataDimensions
      - `length` number, double
      - `width` number, double
      - `height` number, double

## Response `200`

OK

- object

---

[API](https://skmtc.net/billbee/apis/billbee-api.md) · [All operations](https://skmtc.net/billbee/apis/billbee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billbee/billbee-api/versions/e64f07f4f526/schema)
