OBJECT

orderItemMoveRequest

link GraphQL Schema definition

1type 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.
9createIfEmpty: String
65
10# Whether orders should be deleted if no OrderItems remain when the OrderItems are
11# moved.
12deleteIfEmpty: String
65
13# Whether the inventory action is performed.
14doInventory: String
65
15# The orders from which OrderItems is moved.
16fromOrderId: String
65
17# The input OrderItems to move.
18fromOrderItemId: String
65
19# List of OrderItems that should be allocated from existing inventory.
20inAllocate: String
65
21# List of OrderItems that should be allocated from expected inventory.
22inBackorder: String
65
23# List of OrderItems that should be checked on inventory.
24inCheck: 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.
27inMerge: String
65
28# The reference number of an input order.
29inOrderName: 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.
32inRemerge: String
65
33# List of OrderItems whose allocations should be released.
34inReverse: String
65
35# Whether the auto added order items is moved.
36moveAutoAddedOrderItems: String
65
37# Whether the promotion code is merged into the target order.
38moveOrderPromotionCode: String
65
39orderId: [String]
65
40# List of OrderItems that should be allocated from existing inventory.
41outAllocate: String
65
42# List of OrderItems that should be allocated from expected inventory.
43outBackorder: String
65
44# List of OrderItems that should be checked on inventory.
45outCheck: 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.
48outMerge: String
65
49# The reference number of an output OrderItem.
50outOrderItemName: String
65
51# The reference number of an output order.
52outOrderName: 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.
55outRemerge: String
65
56# List of OrderItems whose allocations should be released.
57outReverse: String
65
58redirecturl: String
65
59# Whether the price information for all of the order items is refreshed.
60refreshContractAndOffer: String
65
61# The destination order for the output OrderItems.
62toOrderId: String
65
63url: String
65
64viewTaskName: String
66
67}

link Required by