Get Inbound Shipment Details¶
Endpoints¶
By Logitrail’s Inbound Shipment ID¶
Endpoint |
|
Method |
GET |
This endpoint does not accept any parameters, except the {id} in the
URL.
Response¶
Logitrail responds with a JSON object representing the details of the requested inbound shipment.
Inbound Shipment Details¶
|
Merchant’s own reference to the inbound shipment. This can be for example the purchase order number. |
|
Name of the sender of the shipment. |
|
A JSON object array of products in the shipment. See section “Product Details” below. |
|
Date when the shipment is expected to arrive at the Logitrail’s
warehouse. Format |
|
Status of the shipment. See Inbound Shipment Statuses |
|
In case there are problems with the shipment (identified by Logitrail), the problem information is provided. See “Problem Details” below. |
Product Details¶
Each item in the inbound shipment is represented with following JSON object.
|
Simple product information. |
|
Quantity of items to be expected. |
|
Quantity of already arrived (handled) items. |
|
Detailed information of the arrivals of the items. In case the items have arrived in multiple batches, each batch is identified. |
Problem Details¶
Occassionally the inbound shipment has some problems with it. In this case, the shipment gets
a problem status and further information about the problems are provided for the merchant.
See problems for further information.
|
A “problem id” given for the issue. |
|
Timestamp of the problem report. |
|
Problem type code. See problems |
|
Description of the problem, given by Logitrail’s staff |
|
|