Get Detail Shipment
Request Parameters:
This method allows to get Shipment details for order
URL for nopCommerce 4.10 :
Api/Admin/GetDetailShipment
Headers :
Content-Type : application/json
Parameter: Required [shipmentId]
{
"ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
"RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
"ShipmentId":"5"
}
Response :
{
"Id": 5,
"OrderId": 10,
"CustomOrderNumber": "10",
"TotalWeight": "2.00 [lb(s)]",
"TrackingNumber": "454",
"TrackingNumberUrl": null,
"ShippedDate": "8/29/2018 2:41:36 PM",
"CanShip": false,
"ShippedDateUtc": "2018-08-29T09:11:36.6936161",
"DeliveryDate": "8/29/2018 2:41:38 PM",
"CanDeliver": false,
"DeliveryDateUtc": "2018-08-29T09:11:38.3106145",
"AdminComment": "56+",
"Items": [
{
"OrderItemId": 21,
"ProductId": 1,
"ProductName": "Build your own computer",
"Sku": "COMP_CUST",
"AttributeInfo": "Processor: 2.5 GHz Intel Pentium Dual-Core E2200 [+$15.00]<br />RAM: 2 GB<br />HDD: 320 GB<br />OS: Vista Home [+$50.00]<br />Software: Microsoft Office [+$50.00]",
"RentalInfo": null,
"ShipSeparately": false,
"ItemWeight": "2.00 [lb(s)]",
"ItemDimensions": "2.00 x 2.00 x 2.00 [inch(es)]",
"QuantityToAdd": 0,
"QuantityOrdered": 1,
"QuantityInThisShipment": 1,
"QuantityInAllShipments": 1,
"ShippedFromWarehouse": null,
"AllowToChooseWarehouse": false,
"AvailableWarehouses": [],
"Id": 6,
"Form": null,
"CustomProperties": {}
}
],
"ShipmentStatusEvents": [],
"Form": null,
"CustomProperties": {}
}