© 2025 Clarivate
GET /api/{context}/ediprocessing/asnshipmentitems/?trackingBarcode=123456789
Retrieves ASN (Advance Shipping Notice) shipment items based on the provided tracking barcode.
Name | Type | Required | Description |
---|---|---|---|
trackingBarcode | String | Yes | The tracking barcode used to filter ASN shipment items. |
/api/{context}/ediprocessing/asnshipmentitems/?trackingBarcode=123456789
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. |
Code | Description |
---|---|
200 | OK. Success. Returns the list of ASN shipment items. |
400 | Bad request. The trackingBarcode parameter is required. |
500 | Internal server error. |
This method requires authentication using one of the following schemes: Cookies, PAS, JWT, or API Key.