OrderCreateCustomerInput - admin-graphql - INPUT_OBJECT
Version: unstable
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:
OrderCreateAssociateCustomerAttributesInput -
An existing customer to associate with the order, specified by ID.
-
toUpsert:
OrderCreateUpsertCustomerAttributesInput -
A new customer to create or update and associate with the order.
Input objects with this input object
Examples