# OrderCreateCustomerInput - admin - INPUT_OBJECT Version: 2025-01 ## Description The input fields for a customer to associate with an order. Allows creation of a new customer or specifying an existing one. ### Access Scopes ## Fields * [toAssociate](/docs/api/admin/2025-01/input-objects/OrderCreateAssociateCustomerAttributesInput): OrderCreateAssociateCustomerAttributesInput - An existing customer to associate with the order, specified by ID. * [toUpsert](/docs/api/admin/2025-01/input-objects/OrderCreateUpsertCustomerAttributesInput): OrderCreateUpsertCustomerAttributesInput - A new customer to create or update and associate with the order. ## Input objects with this input object * [OrderCreateOrderInput](/docs/api/admin/2025-01/input-objects/OrderCreateOrderInput) ## Examples