List supplier products
Lists the supplier products at the plants your key can access. Pass
plant_id to restrict the results to one plant, or supplier_plant_id
to list everything sourced from one supplier plant.
Filter by external_id to resolve one of your codes to a single supplier
product. Paginated — see Pagination.
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.
Query Parameters
Optional Emidat plant UUID to restrict the results. A UUID you cannot reach simply matches nothing — the page comes back empty.
Optional supplier plant UUID to restrict the results to the materials sourced from it. One that supplies nothing matches nothing — the page comes back empty.
Narrow the list to the supplier product carrying this code of yours. Optional; at most one supplier product matches.
Opaque cursor taken from the previous page's next_cursor. Omit it for the
first page. Never construct or parse one — its encoding is not part of the
contract. A cursor that cannot be decoded is rejected with 422. See
Pagination.
Maximum number of items on the page. Out of range is rejected with 422.
See Pagination.
1 <= x <= 200