v4
OpenAPI 3.0.02026-07-31811,0021.1 MBCustomer
Creates or updates a customer using the OriginalId provided in the request body.
This endpoint performs an upsert operation for customer data.
Matching rule
- Uses OriginalId as the unique key
- If the customer does not exist, it is created (Operation = created)
- If the customer already exists, it is updated (Operation = updated)
Response
Returns customer data plus an Operation field with created or updated.
post/v1/pvt/Customer/upsert
Request body
Response
Upsert result containing customer data and operation metadata.