Get ASN Shipment Items

GET /api/{context}/ediprocessing/asnshipmentitems/?trackingBarcode=123456789

Retrieves ASN (Advance Shipping Notice) shipment items based on the provided tracking barcode.

Request Information

Parameters
Name Type Required Description
trackingBarcode String Yes The tracking barcode used to filter ASN shipment items.
Example Request
GET
/api/{context}/ediprocessing/asnshipmentitems/?trackingBarcode=123456789

Response Information

Returns a list of ASN shipment items matching the provided tracking barcode.

Property Type Description
TrackingBarcode String The tracking barcode of the ASN shipment item.

HTTP Response Codes

Code Description
200 OK. Success. Returns the list of ASN shipment items.
400 Bad request. The trackingBarcode parameter is required.
500 Internal server error.

Required Permissions

This method requires authentication using one of the following schemes: Cookies, PAS, JWT, or API Key.