Get Product By External Id

Retrieves a product using its external system identifier.

Endpoint

GET /products/external-id/{id}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
idstringYesExternal system identifier

Response

Success

ProductEntity Schema

GeneralError

GeneralErrorResponse Schema

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"