RepaymentReturnedLineCreateInput
No description
input RepaymentReturnedLineCreateInput {
quantityCompliant: Int!
quantityExpected: Int!
quantityReceived: Int!
repaymentRequestId: ID!
sku: String!
skuDescription: String
}
Fields
RepaymentReturnedLineCreateInput.quantityCompliant ● Int! non-null scalar
The quantity accepted as compliant. It cannot exceed the received quantity.
RepaymentReturnedLineCreateInput.quantityExpected ● Int! non-null scalar
The expected returned quantity.
RepaymentReturnedLineCreateInput.quantityReceived ● Int! non-null scalar
The quantity physically received by the warehouse.
RepaymentReturnedLineCreateInput.repaymentRequestId ● ID! non-null scalar
The repayment request the returned line is added to.
RepaymentReturnedLineCreateInput.sku ● String! non-null scalar
The returned product SKU. Blank SKUs are invalid.
RepaymentReturnedLineCreateInput.skuDescription ● String scalar
The description of the returned product. Optional.
Member Of
repaymentReturnedLineCreate mutation