api_key: ********************X-Api-Key: ********************{
"title": "Updated title",
"image_url": "https://test.com/new-image.jpg",
"brand": "Catan",
"like_dislike": false,
"note": "This is an updated note",
"external_products": [
{
"platform": "amazon",
"marketplace_code": "ATVPDKIKX0DER",
"identifier": "B00U26V4VQ",
"identifier_type": "asin",
"title": "External Product Title"
}
]
}curl --location --request PATCH 'https://app.sellerassistant.app/api/v1/sa/inventory/products/?api_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Updated title",
"image_url": "https://test.com/new-image.jpg",
"brand": "Catan",
"like_dislike": false,
"note": "This is an updated note",
"external_products": [
{
"platform": "amazon",
"marketplace_code": "ATVPDKIKX0DER",
"identifier": "B00U26V4VQ",
"identifier_type": "asin",
"title": "External Product Title"
}
]
}'{
"id": "P-5XK1S0NQNO",
"team_id": 123,
"user_id": 456,
"default_supplier_id": 5,
"title": "My Product Title",
"attributes": [],
"created_at": "2025-12-22T10:00:00.000000Z",
"updated_at": "2025-12-22T12:30:00.000000Z"
}