Update supplier plant
Full replacement of editable fields. supplier_company_id is an optional
assertion of the plant’s immutable parent supplier company. It may be
omitted or echoed. external_id is replaced: re-sending this plant’s own
code succeeds unchanged, while a code held by another
active supplier plant returns 409. See External IDs.
address is replaced in full: any of its optional fields you leave out
is cleared, so echo the ones you want to keep.
Authorizations
Per-manufacturer API key in the X-API-Key header, format
emidat-{key_id}-{secret} where key_id is a random public handle.
Issued by an owner in the Emidat
dashboard; carries its own permission scopes, optional plant
restrictions, and optional expiry. A revoked, expired, or unknown key
returns 401. See the Authentication guide for details.
Path Parameters
UUID of the supplier plant to update.
Body
Full replacement of editable fields. Every editable field is required. The immutable parent may be omitted or echoed from the current resource.
Your own code for this supplier plant. Overwrites the stored code; pass
null to clear it. Must stay unique among your active supplier plants —
a code held by another returns 409 (see External IDs).
"SUPPLIER-PLANT-DE-001"
Name of the supplier plant. Must be unique case-insensitively among
the active plants of this supplier company; duplicates return 409.
"Acme Materials — Munich"
A postal address to store. Only country is required; every other field
is optional and stored as null when omitted. Do not send a country
beside this object — this is where it belongs.
Optional assertion of the resource ID. It must match the path id.
Optional assertion of the plant that owns the parent supplier
company. A different value returns 422.
Optional assertion of the current parent supplier company. A different
value returns 422.
Response
Updated supplier plant.
Use this UUID as supplier_plant_id when creating supplier products.
Your own code for this supplier plant. null when none is set.
UUID of the plant that owns the parent supplier company.
UUID of the parent supplier company.
"Acme Materials — Munich"
A postal address. country is the only field always present; the rest
are null when they were never captured. This object holds the country
— the resources carrying an address do not repeat it alongside.