INPUT_OBJECT
ReturnCreateInput
link GraphQL Schema definition
1 input ReturnCreateInput { 2 3 # Exactly one input field should be provided 4 : ShipmentInput! 5 6 : [ReturnLineCreateInput!]! 7 8 # Exactly one input field should be provided 9 : StockPolicyActionInput! 10 11 # Exactly one input field should be provided 12 : ReturnCostPolicyInput 13 14 # Exactly one input field should be provided 15 : ReturnCostPolicyInput 16 17 # Exactly one input field should be provided 18 : ReturnCostPolicyInput 19 20 : MonetaryValueInput 21 22 # Will show up in order history entry 23 : String 24 25 : DateTimeTz 26 27 # Assign an external ID to reference this object by it later 28 : String 29 }