INPUT_OBJECT

deleteOrderItemRequestInput

link GraphQL Schema definition

1input deleteOrderItemRequestInput {
5
2# Specifies whether OrderCalculateCmd is called to calculate the charges for the
3# order. 0 = do not call OrderCalculateCmd, 1 = call OrderCalculateCmd.
4calculateOrder: String
8
6# The identifier for the type of calculation to perform on the order.
7calculationUsage: String
11
9# The catalog entry ID of the item to delete from the order.
10catEntryId: String
14
12# A list of order items that is to check by the CheckInventory task command.
13check: String
17
15# The order ID.
16orderId: String
20
18# The order item identifier.
19orderItemId: 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.
23outOrderName: String
25}

link Required by