INPUT_OBJECT
orderItemMoveRequestInput
link GraphQL Schema definition
1 input orderItemMoveRequestInput { 9 2 # The valid value of this parameter is 1 or 0. The default value is 0. If the 3 # parameter createIfEmpty is specified to 1 and there is no transferred order 4 # items, a new empty order is created when either the toOrderId parameter is ** or 5 # the toOrderId parameter is .**. but there is no current pending order. The 6 # symbol "**" means to create new pending order; the symbol ".**." means to create 7 # new pending order if there are no pending orders currently. 8 : String 13 10 # Whether orders should be deleted if no OrderItems remain when the OrderItems are 11 # moved. 12 : String 16 14 # Whether the inventory action is performed. 15 : String 19 17 # The orders from which OrderItems is moved. 18 : String 22 20 # The input OrderItems to move. 21 : String 25 23 # List of OrderItems that should be allocated from existing inventory. 24 : String 28 26 # List of OrderItems that should be allocated from expected inventory. 27 : String 31 29 # List of OrderItems that should be checked on inventory. 30 : String 35 32 # List of OrderItems that should be merged with other OrderItems in the same order 33 # if possible, regardless of their correlationGroup attributes. 34 : String 38 36 # The reference number of an input order. 37 : String 42 39 # List of OrderItems that should be merged with other OrderItems in the same order 40 # and with the same correlationGroup attribute, if possible. 41 : String 45 43 # List of OrderItems whose allocations should be released. 44 : String 48 46 # Whether the auto added order items is moved. 47 : String 51 49 # Whether the promotion code is merged into the target order. 50 : String 53 52 : [String] 56 54 # List of OrderItems that should be allocated from existing inventory. 55 : String 59 57 # List of OrderItems that should be allocated from expected inventory. 58 : String 62 60 # List of OrderItems that should be checked on inventory. 61 : String 66 63 # List of OrderItems that should be merged with other OrderItems in the same order 64 # if possible, regardless of their correlationGroup attributes. 65 : String 69 67 # The reference number of an output OrderItem. 68 : String 72 70 # The reference number of an output order. 71 : String 76 73 # List of the OrderItems that should be merged with other OrderItems in the same 74 # order and with the same correlationGroup attribute, if possible. 75 : String 79 77 # List of OrderItems whose allocations should be released. 78 : String 81 80 : String 84 82 # Whether the price information for all of the order items is refreshed. 83 : String 87 85 # The destination order for the output OrderItems. 86 : String 89 88 : String 91 90 : String 92 }