INPUT_OBJECT

orderItemMoveRequestInput

link GraphQL Schema definition

1input 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.
8createIfEmpty: String
13
10# Whether orders should be deleted if no OrderItems remain when the OrderItems are
11# moved.
12deleteIfEmpty: String
16
14# Whether the inventory action is performed.
15doInventory: String
19
17# The orders from which OrderItems is moved.
18fromOrderId: String
22
20# The input OrderItems to move.
21fromOrderItemId: String
25
23# List of OrderItems that should be allocated from existing inventory.
24inAllocate: String
28
26# List of OrderItems that should be allocated from expected inventory.
27inBackorder: String
31
29# List of OrderItems that should be checked on inventory.
30inCheck: 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.
34inMerge: String
38
36# The reference number of an input order.
37inOrderName: 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.
41inRemerge: String
45
43# List of OrderItems whose allocations should be released.
44inReverse: String
48
46# Whether the auto added order items is moved.
47moveAutoAddedOrderItems: String
51
49# Whether the promotion code is merged into the target order.
50moveOrderPromotionCode: String
53
52orderId: [String]
56
54# List of OrderItems that should be allocated from existing inventory.
55outAllocate: String
59
57# List of OrderItems that should be allocated from expected inventory.
58outBackorder: String
62
60# List of OrderItems that should be checked on inventory.
61outCheck: 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.
65outMerge: String
69
67# The reference number of an output OrderItem.
68outOrderItemName: String
72
70# The reference number of an output order.
71outOrderName: 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.
75outRemerge: String
79
77# List of OrderItems whose allocations should be released.
78outReverse: String
81
80redirecturl: String
84
82# Whether the price information for all of the order items is refreshed.
83refreshContractAndOffer: String
87
85# The destination order for the output OrderItems.
86toOrderId: String
89
88url: String
91
90viewTaskName: String
92}

link Required by