v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

updateCustomerEmailOps offer

put/ops/offers/update_customer_email

Request body

is_dry_runboolean

Example request

{
  "is_dry_run": false,
  "rows": [
    {
      "email": "abc123",
      "offer_id": "739b63c2-9e58-4964-b38d-4ebb424de242"
    }
  ]
}

Response

OK response.

failed_countinteger required
updated_customers_countinteger required

Example response

{
  "failed": [
    {
      "offer_id": "abc123",
      "reason": "abc123"
    }
  ],
  "failed_count": 1,
  "updated_customers_count": 1
}