v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Parts
Fields

Append Part Dropdown Field Option(s)

Appends one or more options to a Dropdown custom field on parts. Existing options are preserved. Returns 409 if any incoming name duplicates an existing option or another name in the same request (comparison is case-insensitive and trimmed). To replace the entire list, use PUT instead.

post/v2/parts/fields/{fieldID}/options

Path parameters

fieldIDinteger required

The ID of the dropdown suggested field.

Request body

OR

Response

Option(s) appended successfully. Returns the full updated options list. Existing options are preserved; only the new names are added.