Suppliers
Show a Supplier
This endpoint retrieves a single supplier for the given organisation.
get/inventory/suppliers/{supplierId}
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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.