Retrieves a product using its external system identifier.
Endpoint
GET /products/external-id/{id}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | External system identifier |
Response
Success
GeneralError
Example Usage
curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/product-management/products/external-id/EXT_PRODUCT_001" \
-H "Authorization: Bearer YOUR_TOKEN"