Create Supplier
POST/api/suppliers
Create a new supplier. Automatically creates a default warehouse for the supplier and attaches default pricing tiers.
Authentication: Requires Bearer token. Requires IsPowerUserAccess middleware.
Notes:
- email and purchase_order_email accept comma-separated multiple email addresses
- name must be unique
- po_processing_method: email, ftp, direct
- po_batch_schedule.days: monday, tuesday, wednesday, thursday, friday, saturday, sunday
- default_stock_level: normal, low, critical
Request
Responses
- 200
Successful response