# Customer (https://developer.godaddy.com/en/docs/references/rest/customers/customer)

***

title: Customer
description: Create, read, and update customer profiles within a store.
full: true
\_openapi:
preload:

* ./openapi-specs/specs/customers/openapi.yaml
  toc:
* depth: 2
  title: Get customers
  url: '#get-customers'
* depth: 2
  title: Create a new customer
  url: '#create-a-new-customer'
* depth: 2
  title: Get customer by ID
  url: '#get-customer-by-id'
* depth: 2
  title: Update customer
  url: '#update-customer'
  structuredData:
  headings:
  * content: Get customers
    id: get-customers
  * content: Create a new customer
    id: create-a-new-customer
  * content: Get customer by ID
    id: get-customer-by-id
  * content: Update customer
    id: update-customer
    contents:
  * content: This endpoint can be used to retrieve a list of customers for a
    specific store. Deleted customers are excluded by default.
    heading: get-customers
  * content: This endpoint can be used to create or de-duplicate - using channel
    data - and merge into existing customer. If the provided channels
    differ from existing customer data, a new customer will be created.
    This endpoint will not remove any existing data and is additive in
    cases where merges occur.
    heading: create-a-new-customer
  * content: Retrieve the information of a single customer using the store and
    customer IDs.
    heading: get-customer-by-id
  * content: This endpoint can be used to update the information of a specific
    customer using the store and customer ID.
    heading: update-customer

***
