Routes
Vendors
Fields
Append Vendor Dropdown Field Option(s)
Appends one or more options to a Dropdown custom field on vendors. 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/vendors/fields/{fieldID}/options
Path parameters
fieldIDinteger required
The ID of the dropdown suggested field.
Request body
Response
Option(s) appended successfully. Returns the full updated options list. Existing options are preserved; only the new names are added.
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○