Endpoint
GET /inventories/external-id/{externalId}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| externalId | string | Yes | The external identifier of the inventory |
Response
Returns InventoryEntity Schema
Error
See Error Schema documentation
Example Usage
Get inventory by external ID
Bash
curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/inventory-management/inventories/external-id/external-inventory-123" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"