orderCustomerAdd
MutationAdd a customer to an order
#
Arguments
- OrderCustomerAddInput!Required
input The input containing the order ID and customer ID
#
Payload
- [OrderCustomerAddError!]
errors User-facing errors that prevented the operation from succeeding.
- Order
order The order associated with this order customer add payload.