OrderBulkCreateUserInput Input Type
No description
input OrderBulkCreateUserInput {
id: ID
email: String
externalReference: String
}
Fields
id ● ID
Customer ID associated with the order.
email ● String
Customer email associated with the order.
externalReference ● String
Customer external ID associated with the order.
Member Of
OrderBulkCreateInput input