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