Suppliers
Create a Supplier
This endpoint creates a supplier for the given organisation.
post/inventory/suppliers
Request body
Example request
{
"name": "Elemis"
}Response
The supplier was successfully retrieved
Example response
{
"data": {
"name": "Elemis",
"email": "orders@example.com",
"phone": "+44 20 8012 3456",
"address_1": "Unit E, Dominion Way",
"address_2": "Rustington",
"city": "Littlehampton",
"county": "West Sussex",
"country": "UK",
"postcode": "BN16 3HQ"
}
}