# Create a shipment request Sends shipment request to POS adapter. Must have a POS integration through Norce. Endpoint: POST /Order/SendPosShipment Version: 4.0 ## Request fields (application/json): - `ApplicationKey` (string, required) Application identifier - `DeliveryNoteNo` (string, required) External identifier for the delivery note. - `InvoiceNo` (string, required) External identifier for related invoice. - `ShipmentNo` (string, required) External identifier for shipment. - `SourceWarehouseCode` (string, required) External identifier for the warehouse to ship items from. - `TargetWarehouseCode` (string, required) External identifier for the warehouse to receive the items. - `Barcode` (string) Barcode for whole shipment (individual shipment packages may have individual barcodes) - `CarrierName` (string) Carrier service name - `CarrierReference` (string) Carrier service shipment reference - `CarrierTrackingUrl` (string) Carrier service tracking url. - `Comment` (string) User comment. - `Items` (array) Items in the shipment - `Items.LineNo` (integer, required) Line number - `Items.PartNo` (string, required) The item's part number - `Items.Quantity` (integer, required) Quantity of the item - `Items.Name` (string) Name of the item. - `Items.PackageNo` (string) External reference to which shipment package that includes this item. - `Items.Price` (number) Deprecated. Use PurchaseCost. - `Items.PurchaseCost` (number) Purchase cost of the item. - `Items.UnitCost` (number) Unit cost of the item. - `ReceiverName` (string) Name of receiver - `SenderName` (string) Name of sender - `ShipmentPackages` (array) List of shipment parts. - `ShipmentPackages.PackageNo` (string, required) External identifier for the package. May be referenced on a shipment item. - `ShipmentPackages.Barcode` (string) Barcode for the shipment package. Not necessarily the same a s the shipment barcode. - `ShipmentPackages.Comment` (string) General comment for shipment package. - `ShipmentWarehouse` (object) Represents person or company address. - `ShipmentWarehouse.Box` (string) Box information. Max length: 100 - `ShipmentWarehouse.CareOf` (string) Care of information. Max length: 100 - `ShipmentWarehouse.City` (string) City. Max length: 50 - `ShipmentWarehouse.Country` (string) Country code in ISO 3166-1 alpha-2 format, e.g. SE, BY. Max length: 2 - `ShipmentWarehouse.Line1` (string) First line of address. Max length: 100 - `ShipmentWarehouse.Line2` (string) Second line of address. Max length: 100 - `ShipmentWarehouse.Region` (string) Region. Max length: 50 - `ShipmentWarehouse.Type` (string) Always null. Deprecated - `ShipmentWarehouse.ZipCode` (string) Zip code. Max length: 50 - `TargetWarehouseAddress` (object) Represents person or company address.