Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions reference/customers.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1483,11 +1483,9 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
summary: Upsert Customer Form Field Values
summary: Upsert Customer Form Field Values (Deprecated)
description: |-
Updates form field values on the Customer or Customer Address objects. Multiple form field values can be updated in one call.

Upsert checks for an existing record, if there is none it creates the record, if there is a matching record it updates that record.
This endpoint is deprecated. Use [Update a Customer Address](/docs/rest-management/customers/addresses#update-a-customer-address) and [Update Customers](/docs/rest-management/customers#update-customers) endpoints instead.

To learn more about editing form fields, see [Adding and Editing Fields in the Account Signup Form](https://support.bigcommerce.com/s/article/Editing-Form-Fields).

Expand Down