Replace field override priorities
Replaces the override priorities for a single (target_system_schema, system_field_name) pair. The request body fully replaces the previous configuration: pass an empty array to clear all overrides for the pair. At most three overrides are accepted. Each override links a custom data definition's custom_field_name to a priority (1 = highest).
Parameters
Header Parameters
[Authentication] Required API key.
"^[a-zA-Z0-9-]{20,64}$"Query Parameters
Target system schema
"products""products"System field name
"price"Request Body
Responses
Field override priorities updated successfully
Replace field override priorities Replaces the override priorities for a single (target_system_schema, system_field_name) pair. The request body fully replaces the previous configuration: pass an empty array to clear all overrides for the pair. At most three overrides are accepted. Each override links a custom data definition's custom_field_name to a priority (1 = highest). PUT /v1/custom-data-definitions/overrides updateFieldOverridePriorities Custom data definitions spm-api-key [Authentication] Required API key. target_system_schema Target system schema system_field_name System field name Field override priorities updated successfully Client error - Invalid request or authentication issues Server error - Internal processing failure