api_key: ********************X-Api-Key: ********************curl --location --request GET 'https://app.sellerassistant.app/api/v1/sa/inventory/products//external-products?api_key=<api-key>'{
"data": [
{
"id": 1,
"internal_product_id": "P-5XK1S0NQNO",
"team_id": 123,
"user_id": 456,
"platform": "amazon",
"identifier_type": "asin",
"identifier": "B00U26V4VQ",
"marketplace_code": "ATVPDKIKX0DER",
"title": "External Product Title",
"attributes": [],
"created_at": "2025-12-22T10:00:00.000000Z",
"updated_at": "2025-12-22T12:30:00.000000Z"
}
]
}