#POST /products/sync
Sync normalized products and generate readiness profiles.
json
{
"accountId": "acc_123",
"items": [
{
"externalId": "prod-ext-1",
"sku": "JKT-001",
"name": "Wool jacket",
"originCountry": "CA",
"declaredValueUsd": 110,
"materials": ["wool"]
}
]
}#GET /products
List products for the current environment.
#GET /products/:id
Retrieve one product and its ProductComplianceProfile.