OrderBulkCreateUserInput
No description
input OrderBulkCreateUserInput {
id: ID
email: String
externalReference: String
}
Fields
OrderBulkCreateUserInput.id ● ID scalar
Customer ID associated with the order.
OrderBulkCreateUserInput.email ● String scalar
Customer email associated with the order.
OrderBulkCreateUserInput.externalReference ● String scalar
Customer external ID associated with the order.
Member of
OrderBulkCreateInput input
Was this page helpful?