ShipmentService
Click here for a complete list of operations.
CreateShipment
Creates a shipment from a shipment request, either with QuoteID or a Shipment Object.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /shipment/shipmentservice.asmx HTTP/1.1
Host: custsvcqa.sekoww.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://custservices.myseko.com/CreateShipment"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateShipment xmlns="http://custservices.myseko.com/">
<Request>
<QuoteID xmlns="http://webservices.myseko.com/">long</QuoteID>
<SpecifiedQuoteID xmlns="http://webservices.myseko.com/">boolean</SpecifiedQuoteID>
<QuoteShipmentAdditionalInfo xmlns="http://webservices.myseko.com/">
<DeliveryInstructions>string</DeliveryInstructions>
<PurchaseOrder>
<Order>string</Order>
<Department>string</Department>
<Pieces>int</Pieces>
<Verified>boolean</Verified>
<SKU>string</SKU>
<StartDate>dateTime</StartDate>
<CancelDate>dateTime</CancelDate>
</PurchaseOrder>
<PurchaseOrder>
<Order>string</Order>
<Department>string</Department>
<Pieces>int</Pieces>
<Verified>boolean</Verified>
<SKU>string</SKU>
<StartDate>dateTime</StartDate>
<CancelDate>dateTime</CancelDate>
</PurchaseOrder>
<DeliveryTimeDefinition>Auto or AM_1000 or PM_1200 or PM_1700</DeliveryTimeDefinition>
</QuoteShipmentAdditionalInfo>
<ShipmentFactory xmlns="http://webservices.myseko.com/">
<Shipment>
<ShipmentNumber>string</ShipmentNumber>
<Shipper xsi:nil="true" />
<Consignee xsi:nil="true" />
<RequestedPackage xsi:nil="true" />
<Pickup>dateTime</Pickup>
<Delivery>dateTime</Delivery>
<PickupInstructions>string</PickupInstructions>
<DeliveryInstructions>string</DeliveryInstructions>
<Description>string</Description>
<ServiceType>Emtpy or SEKO_ONCE or SEKO_1_Day or SEKO_2_Day or SEKO_3_Day or SEKO_3_TO_5_DAY or Seko_4_day or Second_Day or Home_Delivery or International or Ocean or Hot_Shot or General or Flight_Specific or TL_Exclusive or Truck_General or Local_Svc or AM_delivery_Overnight or AM_delivery_Second_day or AM_delivery_Third_day or Comat or Expedited_Ground or Over_the_Counter or Charter or LOGISTICS_WAREHOUSING or TRUCKLOAD or Less_Than_Truckload_General or Walmart_ROC or Intermodal or MILK_RUN or Home_Threshold or Home_White_Glove_1_Man or Home_White_Glove_2_Man or Deferred_Air or HI_AK_Express_Air or Home_Delivery_Room_Of_Choice or H41_BASIC or H41_DEFERRED or Small_Package or SEKO_3_TO_5_DAY_White_Glove or SEKO_5_DAY or FRIDAY_MONDAY or Dock_to_Dock or Time_And_Date_Specific or Regional or Final_Mile or Home_Delivery_Room_of_Choice or BRONZE or SILVER or GOLD or FM_PREMIER or FM_THRESHOLD or Door_to_Door or Deferred or Direct or Standard or Trans_Border or Airport_to_Door or Express or Airport_to_Airport or Door_to_Airport or Other or Port_to_Port or Door_to_Port or Brokerage or Port_to_Door or PLATINUM or Standard_Air or Express_Air or Deferred_Truck or Next_Day_Truck or Second_Day_Truck or Third_Day_Truck or Deferred_Ocean or FIELD_DESTROY or All or WHITE_GLOVE or SPOT_QUOTE or ECONOMY</ServiceType>
</Shipment>
</ShipmentFactory>
<LabelFormatType xmlns="http://webservices.myseko.com/">ZPL or PDF or PDFZPL</LabelFormatType>
<AccountNumber xmlns="http://webservices.myseko.com/">string</AccountNumber>
<BillToAccountNumber xmlns="http://webservices.myseko.com/">string</BillToAccountNumber>
<ReturnPricing xmlns="http://webservices.myseko.com/">boolean</ReturnPricing>
</Request>
</CreateShipment>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateShipmentResponse xmlns="http://custservices.myseko.com/">
<CreateShipmentResult>
<ShipmentNumber xmlns="http://webservices.myseko.com/">string</ShipmentNumber>
<IsSubmitted xmlns="http://webservices.myseko.com/">boolean</IsSubmitted>
<OriginAirportCode xmlns="http://webservices.myseko.com/">string</OriginAirportCode>
<DestinationAirportCode xmlns="http://webservices.myseko.com/">string</DestinationAirportCode>
<LabelDetail xmlns="http://webservices.myseko.com/">
<LabelDetail>
<LabelImage>base64Binary</LabelImage>
<LabelFormatType>ZPL or PDF or PDFZPL</LabelFormatType>
</LabelDetail>
<LabelDetail>
<LabelImage>base64Binary</LabelImage>
<LabelFormatType>ZPL or PDF or PDFZPL</LabelFormatType>
</LabelDetail>
</LabelDetail>
<QuoteResponse xmlns="http://webservices.myseko.com/">
<Quote QuoteID="long">
<Reply xsi:nil="true" />
<QuoteGenerated>dateTime</QuoteGenerated>
<Origin>string</Origin>
<Destination>string</Destination>
<ServiceType>Emtpy or SEKO_ONCE or SEKO_1_Day or SEKO_2_Day or SEKO_3_Day or SEKO_3_TO_5_DAY or Seko_4_day or Second_Day or Home_Delivery or International or Ocean or Hot_Shot or General or Flight_Specific or TL_Exclusive or Truck_General or Local_Svc or AM_delivery_Overnight or AM_delivery_Second_day or AM_delivery_Third_day or Comat or Expedited_Ground or Over_the_Counter or Charter or LOGISTICS_WAREHOUSING or TRUCKLOAD or Less_Than_Truckload_General or Walmart_ROC or Intermodal or MILK_RUN or Home_Threshold or Home_White_Glove_1_Man or Home_White_Glove_2_Man or Deferred_Air or HI_AK_Express_Air or Home_Delivery_Room_Of_Choice or H41_BASIC or H41_DEFERRED or Small_Package or SEKO_3_TO_5_DAY_White_Glove or SEKO_5_DAY or FRIDAY_MONDAY or Dock_to_Dock or Time_And_Date_Specific or Regional or Final_Mile or Home_Delivery_Room_of_Choice or BRONZE or SILVER or GOLD or FM_PREMIER or FM_THRESHOLD or Door_to_Door or Deferred or Direct or Standard or Trans_Border or Airport_to_Door or Express or Airport_to_Airport or Door_to_Airport or Other or Port_to_Port or Door_to_Port or Brokerage or Port_to_Door or PLATINUM or Standard_Air or Express_Air or Deferred_Truck or Next_Day_Truck or Second_Day_Truck or Third_Day_Truck or Deferred_Ocean or FIELD_DESTROY or All or WHITE_GLOVE or SPOT_QUOTE or ECONOMY</ServiceType>
<Weight xsi:nil="true" />
<FreightRate xsi:nil="true" />
<InsuredValue xsi:nil="true" />
<COD xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<Pickup>dateTime</Pickup>
<Delivery>dateTime</Delivery>
<TotalSpecialServicesCost xsi:nil="true" />
<TotalFreightCharges xsi:nil="true" />
<TotalCharges xsi:nil="true" />
<TariffType>string</TariffType>
</Quote>
<Quote QuoteID="long">
<Reply xsi:nil="true" />
<QuoteGenerated>dateTime</QuoteGenerated>
<Origin>string</Origin>
<Destination>string</Destination>
<ServiceType>Emtpy or SEKO_ONCE or SEKO_1_Day or SEKO_2_Day or SEKO_3_Day or SEKO_3_TO_5_DAY or Seko_4_day or Second_Day or Home_Delivery or International or Ocean or Hot_Shot or General or Flight_Specific or TL_Exclusive or Truck_General or Local_Svc or AM_delivery_Overnight or AM_delivery_Second_day or AM_delivery_Third_day or Comat or Expedited_Ground or Over_the_Counter or Charter or LOGISTICS_WAREHOUSING or TRUCKLOAD or Less_Than_Truckload_General or Walmart_ROC or Intermodal or MILK_RUN or Home_Threshold or Home_White_Glove_1_Man or Home_White_Glove_2_Man or Deferred_Air or HI_AK_Express_Air or Home_Delivery_Room_Of_Choice or H41_BASIC or H41_DEFERRED or Small_Package or SEKO_3_TO_5_DAY_White_Glove or SEKO_5_DAY or FRIDAY_MONDAY or Dock_to_Dock or Time_And_Date_Specific or Regional or Final_Mile or Home_Delivery_Room_of_Choice or BRONZE or SILVER or GOLD or FM_PREMIER or FM_THRESHOLD or Door_to_Door or Deferred or Direct or Standard or Trans_Border or Airport_to_Door or Express or Airport_to_Airport or Door_to_Airport or Other or Port_to_Port or Door_to_Port or Brokerage or Port_to_Door or PLATINUM or Standard_Air or Express_Air or Deferred_Truck or Next_Day_Truck or Second_Day_Truck or Third_Day_Truck or Deferred_Ocean or FIELD_DESTROY or All or WHITE_GLOVE or SPOT_QUOTE or ECONOMY</ServiceType>
<Weight xsi:nil="true" />
<FreightRate xsi:nil="true" />
<InsuredValue xsi:nil="true" />
<COD xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<Pickup>dateTime</Pickup>
<Delivery>dateTime</Delivery>
<TotalSpecialServicesCost xsi:nil="true" />
<TotalFreightCharges xsi:nil="true" />
<TotalCharges xsi:nil="true" />
<TariffType>string</TariffType>
</Quote>
</QuoteResponse>
</CreateShipmentResult>
</CreateShipmentResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /shipment/shipmentservice.asmx HTTP/1.1
Host: custsvcqa.sekoww.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<CreateShipment xmlns="http://custservices.myseko.com/">
<Request>
<QuoteID xmlns="http://webservices.myseko.com/">long</QuoteID>
<SpecifiedQuoteID xmlns="http://webservices.myseko.com/">boolean</SpecifiedQuoteID>
<QuoteShipmentAdditionalInfo xmlns="http://webservices.myseko.com/">
<DeliveryInstructions>string</DeliveryInstructions>
<PurchaseOrder>
<Order>string</Order>
<Department>string</Department>
<Pieces>int</Pieces>
<Verified>boolean</Verified>
<SKU>string</SKU>
<StartDate>dateTime</StartDate>
<CancelDate>dateTime</CancelDate>
</PurchaseOrder>
<PurchaseOrder>
<Order>string</Order>
<Department>string</Department>
<Pieces>int</Pieces>
<Verified>boolean</Verified>
<SKU>string</SKU>
<StartDate>dateTime</StartDate>
<CancelDate>dateTime</CancelDate>
</PurchaseOrder>
<DeliveryTimeDefinition>Auto or AM_1000 or PM_1200 or PM_1700</DeliveryTimeDefinition>
</QuoteShipmentAdditionalInfo>
<ShipmentFactory xmlns="http://webservices.myseko.com/">
<Shipment>
<ShipmentNumber>string</ShipmentNumber>
<Shipper xsi:nil="true" />
<Consignee xsi:nil="true" />
<RequestedPackage xsi:nil="true" />
<Pickup>dateTime</Pickup>
<Delivery>dateTime</Delivery>
<PickupInstructions>string</PickupInstructions>
<DeliveryInstructions>string</DeliveryInstructions>
<Description>string</Description>
<ServiceType>Emtpy or SEKO_ONCE or SEKO_1_Day or SEKO_2_Day or SEKO_3_Day or SEKO_3_TO_5_DAY or Seko_4_day or Second_Day or Home_Delivery or International or Ocean or Hot_Shot or General or Flight_Specific or TL_Exclusive or Truck_General or Local_Svc or AM_delivery_Overnight or AM_delivery_Second_day or AM_delivery_Third_day or Comat or Expedited_Ground or Over_the_Counter or Charter or LOGISTICS_WAREHOUSING or TRUCKLOAD or Less_Than_Truckload_General or Walmart_ROC or Intermodal or MILK_RUN or Home_Threshold or Home_White_Glove_1_Man or Home_White_Glove_2_Man or Deferred_Air or HI_AK_Express_Air or Home_Delivery_Room_Of_Choice or H41_BASIC or H41_DEFERRED or Small_Package or SEKO_3_TO_5_DAY_White_Glove or SEKO_5_DAY or FRIDAY_MONDAY or Dock_to_Dock or Time_And_Date_Specific or Regional or Final_Mile or Home_Delivery_Room_of_Choice or BRONZE or SILVER or GOLD or FM_PREMIER or FM_THRESHOLD or Door_to_Door or Deferred or Direct or Standard or Trans_Border or Airport_to_Door or Express or Airport_to_Airport or Door_to_Airport or Other or Port_to_Port or Door_to_Port or Brokerage or Port_to_Door or PLATINUM or Standard_Air or Express_Air or Deferred_Truck or Next_Day_Truck or Second_Day_Truck or Third_Day_Truck or Deferred_Ocean or FIELD_DESTROY or All or WHITE_GLOVE or SPOT_QUOTE or ECONOMY</ServiceType>
</Shipment>
</ShipmentFactory>
<LabelFormatType xmlns="http://webservices.myseko.com/">ZPL or PDF or PDFZPL</LabelFormatType>
<AccountNumber xmlns="http://webservices.myseko.com/">string</AccountNumber>
<BillToAccountNumber xmlns="http://webservices.myseko.com/">string</BillToAccountNumber>
<ReturnPricing xmlns="http://webservices.myseko.com/">boolean</ReturnPricing>
</Request>
</CreateShipment>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<CreateShipmentResponse xmlns="http://custservices.myseko.com/">
<CreateShipmentResult>
<ShipmentNumber xmlns="http://webservices.myseko.com/">string</ShipmentNumber>
<IsSubmitted xmlns="http://webservices.myseko.com/">boolean</IsSubmitted>
<OriginAirportCode xmlns="http://webservices.myseko.com/">string</OriginAirportCode>
<DestinationAirportCode xmlns="http://webservices.myseko.com/">string</DestinationAirportCode>
<LabelDetail xmlns="http://webservices.myseko.com/">
<LabelDetail>
<LabelImage>base64Binary</LabelImage>
<LabelFormatType>ZPL or PDF or PDFZPL</LabelFormatType>
</LabelDetail>
<LabelDetail>
<LabelImage>base64Binary</LabelImage>
<LabelFormatType>ZPL or PDF or PDFZPL</LabelFormatType>
</LabelDetail>
</LabelDetail>
<QuoteResponse xmlns="http://webservices.myseko.com/">
<Quote QuoteID="long">
<Reply xsi:nil="true" />
<QuoteGenerated>dateTime</QuoteGenerated>
<Origin>string</Origin>
<Destination>string</Destination>
<ServiceType>Emtpy or SEKO_ONCE or SEKO_1_Day or SEKO_2_Day or SEKO_3_Day or SEKO_3_TO_5_DAY or Seko_4_day or Second_Day or Home_Delivery or International or Ocean or Hot_Shot or General or Flight_Specific or TL_Exclusive or Truck_General or Local_Svc or AM_delivery_Overnight or AM_delivery_Second_day or AM_delivery_Third_day or Comat or Expedited_Ground or Over_the_Counter or Charter or LOGISTICS_WAREHOUSING or TRUCKLOAD or Less_Than_Truckload_General or Walmart_ROC or Intermodal or MILK_RUN or Home_Threshold or Home_White_Glove_1_Man or Home_White_Glove_2_Man or Deferred_Air or HI_AK_Express_Air or Home_Delivery_Room_Of_Choice or H41_BASIC or H41_DEFERRED or Small_Package or SEKO_3_TO_5_DAY_White_Glove or SEKO_5_DAY or FRIDAY_MONDAY or Dock_to_Dock or Time_And_Date_Specific or Regional or Final_Mile or Home_Delivery_Room_of_Choice or BRONZE or SILVER or GOLD or FM_PREMIER or FM_THRESHOLD or Door_to_Door or Deferred or Direct or Standard or Trans_Border or Airport_to_Door or Express or Airport_to_Airport or Door_to_Airport or Other or Port_to_Port or Door_to_Port or Brokerage or Port_to_Door or PLATINUM or Standard_Air or Express_Air or Deferred_Truck or Next_Day_Truck or Second_Day_Truck or Third_Day_Truck or Deferred_Ocean or FIELD_DESTROY or All or WHITE_GLOVE or SPOT_QUOTE or ECONOMY</ServiceType>
<Weight xsi:nil="true" />
<FreightRate xsi:nil="true" />
<InsuredValue xsi:nil="true" />
<COD xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<Pickup>dateTime</Pickup>
<Delivery>dateTime</Delivery>
<TotalSpecialServicesCost xsi:nil="true" />
<TotalFreightCharges xsi:nil="true" />
<TotalCharges xsi:nil="true" />
<TariffType>string</TariffType>
</Quote>
<Quote QuoteID="long">
<Reply xsi:nil="true" />
<QuoteGenerated>dateTime</QuoteGenerated>
<Origin>string</Origin>
<Destination>string</Destination>
<ServiceType>Emtpy or SEKO_ONCE or SEKO_1_Day or SEKO_2_Day or SEKO_3_Day or SEKO_3_TO_5_DAY or Seko_4_day or Second_Day or Home_Delivery or International or Ocean or Hot_Shot or General or Flight_Specific or TL_Exclusive or Truck_General or Local_Svc or AM_delivery_Overnight or AM_delivery_Second_day or AM_delivery_Third_day or Comat or Expedited_Ground or Over_the_Counter or Charter or LOGISTICS_WAREHOUSING or TRUCKLOAD or Less_Than_Truckload_General or Walmart_ROC or Intermodal or MILK_RUN or Home_Threshold or Home_White_Glove_1_Man or Home_White_Glove_2_Man or Deferred_Air or HI_AK_Express_Air or Home_Delivery_Room_Of_Choice or H41_BASIC or H41_DEFERRED or Small_Package or SEKO_3_TO_5_DAY_White_Glove or SEKO_5_DAY or FRIDAY_MONDAY or Dock_to_Dock or Time_And_Date_Specific or Regional or Final_Mile or Home_Delivery_Room_of_Choice or BRONZE or SILVER or GOLD or FM_PREMIER or FM_THRESHOLD or Door_to_Door or Deferred or Direct or Standard or Trans_Border or Airport_to_Door or Express or Airport_to_Airport or Door_to_Airport or Other or Port_to_Port or Door_to_Port or Brokerage or Port_to_Door or PLATINUM or Standard_Air or Express_Air or Deferred_Truck or Next_Day_Truck or Second_Day_Truck or Third_Day_Truck or Deferred_Ocean or FIELD_DESTROY or All or WHITE_GLOVE or SPOT_QUOTE or ECONOMY</ServiceType>
<Weight xsi:nil="true" />
<FreightRate xsi:nil="true" />
<InsuredValue xsi:nil="true" />
<COD xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<SpecialServicesCost xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<TimeDefinitionPricing xsi:nil="true" />
<Pickup>dateTime</Pickup>
<Delivery>dateTime</Delivery>
<TotalSpecialServicesCost xsi:nil="true" />
<TotalFreightCharges xsi:nil="true" />
<TotalCharges xsi:nil="true" />
<TariffType>string</TariffType>
</Quote>
</QuoteResponse>
</CreateShipmentResult>
</CreateShipmentResponse>
</soap12:Body>
</soap12:Envelope>