# OrderCreateAssociateCustomerAttributesInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for identifying an existing customer to associate with the order.

### Access Scopes



## Fields
* [email](/docs/api/admin/2025-01/scalars/String): String - The email of the customer to associate to the order.

              > Note:
              > If both this email input field and the email on `OrderCreateOrderInput` are provided, this field will
              > take precedence.
* [id](/docs/api/admin/2025-01/scalars/ID): ID - The customer to associate to the order.


## Input objects with this input object
* [OrderCreateCustomerInput](/docs/api/admin/2025-01/input-objects/OrderCreateCustomerInput)


## Examples