api_key: ********************X-Api-Key: ********************{
"name": "Updated Name",
"website": "updated.com",
"payment_terms": 3,
"contacts": "new@contact.com",
"status": 2,
"warehouse_id": null,
"responsible_user_id": 4,
"currency": "EUR",
"address": "456 Not Main St",
"phone": "+9876543210",
"contact_name": "Jane Smith",
"mov": 5000.75,
"free_shipping_ov": 150,
"sold_by_case": true,
"lead_time_min": 3,
"lead_time_max": 7,
"type": 2,
"payment_method": [
1,
2
],
"note": "Updated notes"
}curl --location --request PATCH 'https://app.sellerassistant.app/api/v1/sa/inventory/suppliers/?api_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Updated Name",
"website": "updated.com",
"payment_terms": 3,
"contacts": "new@contact.com",
"status": 2,
"warehouse_id": null,
"responsible_user_id": 4,
"currency": "EUR",
"address": "456 Not Main St",
"phone": "+9876543210",
"contact_name": "Jane Smith",
"mov": 5000.75,
"free_shipping_ov": 150,
"sold_by_case": true,
"lead_time_min": 3,
"lead_time_max": 7,
"type": 2,
"payment_method": [
1,
2
],
"note": "Updated notes"
}'{
"id": 1,
"team_id": 123,
"user_id": 456,
"name": "Acme Wholesalers",
"website": "https://acme.com",
"status": 1,
"type": 1,
"payment_method": [
1,
2
],
"payment_terms": 2,
"currency": "USD",
"contacts": "contact@acme.com",
"contact_name": "John Doe",
"phone": "+1234567890",
"address": "123 Main St, City, State",
"default_prep_center_id": 3,
"note": "Preferred supplier for electronics",
"created_at": "2025-12-22T10:00:00.000000Z",
"updated_at": "2025-12-22T12:30:00.000000Z"
}