INPUT_OBJECT
deleteOrderItemRequestInput
link GraphQL Schema definition
1 input deleteOrderItemRequestInput { 5 2 # Specifies whether OrderCalculateCmd is called to calculate the charges for the 3 # order. 0 = do not call OrderCalculateCmd, 1 = call OrderCalculateCmd. 4 String : 8 6 # The identifier for the type of calculation to perform on the order. 7 String : 11 9 # The catalog entry ID of the item to delete from the order. 10 String : 14 12 # A list of order items that is to check by the CheckInventory task command. 13 String : 17 15 # The order ID. 16 String : 20 18 # The order item identifier. 19 String! : 24 21 # Specifies the name-value pairs to add to the redirection URL. The values of the 22 # added name-value pairs are the reference numbers of the input orders. 23 String : 25 }