WARNING: This request will not be in use by the end of July 2025. All merchants should be using ShipmentListV3Request, that is an improved version of this request.
This calls returns the status of the shipments and the related waybills, given the store code and given either the MBE Master Tracking code of at least one shipment, or a date range.
withCourierWaybill parameter
The response will return:
Courier Waybill IF:
the parameter withCourierWaybill = true;
MOL user enabled to print courier waybill;
Shipment has courier waybill available already generated;
MBE Waybill IF:
the parameter withCourierLdv = false OR MOL user is not enabled to print courier waybill;
the parameter withCourierLdv is omitted
No Stream (no PDF) IF: the courier waybill has not been generated yet courier side
the parameter withCourierLdv = true
MOL user enabled to print courier waybill
shipment does not have a courier waybill already generated
Furthermore:
If you want to obtain information on one or more shipments, for which you know the MBE Master Trackings, you can enter them within the request
On the other hand, if you want to obtain information on all shipments made in a given time period, a date range can be defined
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.onlinembe.it/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:ShipmentsListRequest>
<RequestContainer>
<Credentials>
<Username></Username>
<Passphrase></Passphrase>
</Credentials>
<System>IT</System>
<InternalReferenceID>XXX</InternalReferenceID>
<MBEMasterTrackings>XXXXXXX</MBEMasterTrackings>
<WithCourierWaybill>true</WithCourierWaybill>
<StoreID>0001</StoreID>
</RequestContainer>
</ws:ShipmentsListRequest>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:ShipmentsListRequestResponse xmlns:ns3="http://www.onlinembe.it/ws/">
<RequestContainer>
<Status>OK</Status>
<InternalReferenceID>5C66620E-0F88-4E99-B8BB-10FAEE8953DC</InternalReferenceID>
<ShipmentsFullInfo>
<ShipmentFullInfo>
<ReceiverInfo>
<CompanyName>Test</CompanyName>
<Name>Test</Name>
<Address>via test 1</Address>
<ZipCode>20141</ZipCode>
<City>Milano</City>
<State>MI</State>
<Country>Italy</Country>
<Phone xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<Emails>e-llink_test@mbe.it</Emails>
</ReceiverInfo>
<ShipmentInfo>
<Description>TEST</Description>
<COD>false</COD>
<Insurance>false</Insurance>
<MBEService>MBE Standard</MBEService>
<Courier>UPS</Courier>
<CourierService>Standard</CourierService>
<Items>
<Item>
<Dimensions>
<Lenght>1.0</Lenght>
<Height>1.0</Height>
<Width>1.0</Width>
</Dimensions>
</Item>
</Items>
<Date>2022-08-04</Date>
</ShipmentInfo>
<TrackingInfo>
<MasterTrackingMBE>IT0001-0L-0000000YV5</MasterTrackingMBE>
<TrackingsMBE>
<TrackingMBE>IT0001-0L-0000000YV5-01</TrackingMBE>
</TrackingsMBE>
<Labels>
<Label>
<Stream>goyNzQzMwolJUVPRgo=</Stream>
<Type>WAYB</Type>
</Label>
</Labels>
<CourierMasterTrk>1ZXXXXXXXXXXXXXXXX</CourierMasterTrk>
</TrackingInfo>
</ShipmentFullInfo>
</ShipmentsFullInfo>
</RequestContainer>
</ns3:ShipmentsListRequestResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.onlinembe.eu/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:ShipmentsListRequest>
<RequestContainer>
<System>?</System>
<Credentials>
<Username></Username>
<Passphrase></Passphrase>
</Credentials>
<InternalReferenceID>xx</InternalReferenceID>
<DateFrom>2023-05-09</DateFrom>
<DateTo>2023-05-17</DateTo>
<WithCourierWaybill>false</WithCourierWaybill>
</RequestContainer>
</ws:ShipmentsListRequest>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:ShipmentsListRequestResponse xmlns:ns3="http://www.onlinembe.eu/ws/">
<RequestContainer>
<Status>OK</Status>
<InternalReferenceID>xx</InternalReferenceID>
<ShipmentsFullInfo>
<ShipmentFullInfo>
<ReceiverInfo>
<CompanyName>ScacciaNicoLTD</CompanyName>
<Name>ScacciaNicoLTD</Name>
<Address>Via Pastrengo 12</Address>
<ZipCode>20159</ZipCode>
<City>Milano</City>
<State>MI</State>
<Country>Italy</Country>
<Phone>3324332</Phone>
<Emails xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ReceiverInfo>
<ShipmentInfo>
<Description>ESHIP ECOMMERCE PURCHASE</Description>
<COD>false</COD>
<Insurance>true</Insurance>
<InsuranceValue>40.00</InsuranceValue>
<MBEService>MBE Standard</MBEService>
<Courier>SDA</Courier>
<CourierService>ExtraLarge</CourierService>
<Items>
<Item>
<Dimensions>
<Lenght>20.0</Lenght>
<Height>20.0</Height>
<Width>20.0</Width>
</Dimensions>
</Item>
</Items>
<Date>2023-05-17</Date>
</ShipmentInfo>
<TrackingInfo>
<MasterTrackingMBE>IT0000-0L-0000002XG1</MasterTrackingMBE>
<TrackingsMBE>
<TrackingMBE>IT0000-0L-0000002XG1-01</TrackingMBE>
</TrackingsMBE>
<Labels>
<Label>
<Stream>XXX</Stream>
<Type>MBE_WAYBILL</Type>
</Label>
</Labels>
</TrackingInfo>
</ShipmentFullInfo>
<ShipmentFullInfo>
<ReceiverInfo>
<CompanyName>ScacciaNicoLTD</CompanyName>
<Name>ScacciaNicoLTD</Name>
<Address>Via Pastrengo 12</Address>
<ZipCode>20159</ZipCode>
<City>Milano</City>
<State>MI</State>
<Country>Italy</Country>
<Phone>3324332</Phone>
<Emails xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ReceiverInfo>
<ShipmentInfo>
<Description>ESHIP ECOMMERCE PURCHASE</Description>
<COD>false</COD>
<Insurance>true</Insurance>
<InsuranceValue>40.00</InsuranceValue>
<MBEService>MBE Standard</MBEService>
<Courier>SDA</Courier>
<CourierService>ExtraLarge</CourierService>
<Items>
<Item>
<Dimensions>
<Lenght>20.0</Lenght>
<Height>20.0</Height>
<Width>20.0</Width>
</Dimensions>
</Item>
</Items>
<Date>2023-05-17</Date>
</ShipmentInfo>
<TrackingInfo>
<MasterTrackingMBE>IT0000-0L-0000002XG0</MasterTrackingMBE>
<TrackingsMBE>
<TrackingMBE>IT0000-0L-0000002XG0-01</TrackingMBE>
</TrackingsMBE>
<Labels>
<Label>
<Stream>XXX</Stream>
<Type>MBE_WAYBILL</Type>
</Label>
</Labels>
<CourierMasterTrk>2810538641736</CourierMasterTrk>
</TrackingInfo>
</ShipmentFullInfo>
<ShipmentFullInfo>