INPUT_OBJECT

shippingInfoDescInput

Order update shipping information.

link GraphQL Schema definition

1input shippingInfoDescInput {
4
2# Address identifier.
3addressId: String
7
5# A list of order items.
6orderItem: [ComIbmCommerceRestOrderHandlerShippingInfoHandlerUpdateShippingInfoBodyDescriptionOrderItemBodyDescriptionInput]!
10
8# Option to ship the order as complete. Valid values include "true" and "false".
9shipAsComplete: String!
13
11# Shipping mode identifier.
12shipModeId: String!
16
14# Calculation usage codes.
15xCalculationUsage: String!
17}

link Required by