INPUT_OBJECT
pendingOrderRequestInput
link GraphQL Schema definition
1 input pendingOrderRequestInput { 7 2 # Specifies an order using the order reference number or one of the Order 3 # abbreviations. If the parameter is omitted, all the pending orders is set to 4 # current. If a specified pending order no longer exists, it is not set to 5 # current. 6 String : 10 8 # The reference number of a destination order. 9 String : 11 }