RepaymentReturnedLine
A warehouse evaluation row of a return.
type RepaymentReturnedLine {
createdAt: ISO8601DateTime
id: ID
line: RepaymentLine
quantityCompliant: Int
quantityExpected: Int
quantityReceived: Int
sku: String
skuDescription: String
updatedAt: ISO8601DateTime
}
Fields
RepaymentReturnedLine.createdAt ● ISO8601DateTime scalar
When the record was created.
RepaymentReturnedLine.id ● ID scalar
The unique identifier of the record.
RepaymentReturnedLine.line ● RepaymentLine object
The repayment line this row refers to. Null on rows added by the warehouse for items that were not expected as part of the return.
RepaymentReturnedLine.quantityCompliant ● Int scalar
The quantity accepted as compliant. It cannot exceed the received quantity. Null until the warehouse records the reception.
RepaymentReturnedLine.quantityExpected ● Int scalar
The expected returned quantity.
RepaymentReturnedLine.quantityReceived ● Int scalar
The quantity physically received by the warehouse. Null until the warehouse records the reception.
RepaymentReturnedLine.sku ● String scalar
The returned product SKU.
RepaymentReturnedLine.skuDescription ● String scalar
The description of the returned product.
RepaymentReturnedLine.updatedAt ● ISO8601DateTime scalar
When the record was last updated.
Returned By
repaymentReturnedLineCreate mutation ● repaymentReturnedLineSetQuantities mutation
Member Of
RepaymentLine object ● RepaymentRequest object