Update customer contact
PUT
https://app.ecwid.com/api/v3/{storeId}/customers/{customerId}/contacts/{contactId}
Required access scopes
Your app must have the following access scopes to make this request: update_customers
Path params
All path params are required.
storeId
number
Ecwid store ID.
customerId
number
Internal customer ID.
contactId
number
Internal customer contact ID.
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
Request JSON
A JSON object with the following fields:
contact
string
Email or link to reach the contact. Examples:
ec.apps@lightspeedhq.com
contact forEMAIL
type.https://www.facebook.com/myshop_page
contact forFACEBOOK
type.
handle
string
Contact identifier on social media. For example, for FACEBOOK
type of contact, it's a page slug:
contact
field: https://www.facebook.com/myshop_page
handle
field: myshop_page
note
string
Store owner's notes on the contact.
type
string
Contact type. Customer can have several contacts of the same type. One of:
EMAIL
,
PHONE
,
FACEBOOK
,
INSTAGRAM
,
TWITTER
,
YOUTUBE
,
TIKTOK
,
PINTEREST
,
VK
,
FB_MESSENGER
,
WHATSAPP
,
TELEGRAM
,
VIBER
,
URL
,
OTHER
.
default
boolean
Defines if it's a default customer contact. Only one contact of the same type can be default.
orderBy
boolean
Sorting order for contacts on the customer details page. Starts with 0
and increments by 1
.
timestamp
string
Datetime when the customer contact was created.
Response JSON
A JSON object with the following fields:
updateCount
number
The number of updated items that defines if the request was successful. One of:
1
if the item was updated,
0
if the item was not updated
Last updated
Was this helpful?