Update customer custom fields
Authentication
Authorizationstring
API Key authentication via header
Path parameters
id
Customer Id
Request
This endpoint expects a list of objects.
customFieldValue
Custom field value. For purchase order entries (isPurchaseOrder: true), this is the new PO number. Pass an empty string to unset the PO. Max 48 characters apply to PO values.
manufacturerCustomFieldId
Manufacturer custom field ID. Required when isPurchaseOrder is not true.
isPurchaseOrder
Set to true to update the customer’s active purchase order instead of a manufacturer-defined custom field. When true, manufacturerCustomFieldId is ignored and customFieldValue is used as the PO number.
Response
Updated customer custom field
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error

