api_key: ********************X-Api-Key: ********************{
"name": "Acme Wholesalers",
"website": "acme.com",
"payment_terms": 2,
"contacts": "contact@acme.com",
"status": 1,
"warehouse_id": null,
"responsible_user_id": 4,
"type": 1,
"address": "123 Main St",
"currency": "USD",
"phone": "+1234567890"
}curl --location --request POST 'https://app.sellerassistant.app/api/v1/sa/inventory/suppliers?api_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Acme Wholesalers",
"website": "acme.com",
"payment_terms": 2,
"contacts": "contact@acme.com",
"status": 1,
"warehouse_id": null,
"responsible_user_id": 4,
"type": 1,
"address": "123 Main St",
"currency": "USD",
"phone": "+1234567890"
}'{
"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"
}