FCHubFCHub.co

Update customer profile

Update the authenticated customer's profile information.

POST
/customer-profile/update

Authorization

cookieAuth
wordpress_logged_in<token>

WordPress cookie authentication for same-origin requests. Requires a valid nonce passed via X-WP-Nonce header.

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://your-site.com/wp-json/fluent-cart/v2/customer-profile/update" \  -H "Content-Type: application/json" \  -d '{}'
{
  "message": "string"
}