createOrUpdateOrder
This mutation is used to create or update an order. We ues orderNumber to determine if the order already exists. If the order already exists, it will be updated with the new information. If it does not exist, it will be created.
createOrUpdateOrder(
input: OrderInput!
): CreateOrUpdateOrderResult!