Thetis IMS
Datakatalog

Return line

Definition

Lines on a return shipment.

ReturnShipmentLine

Constraints

You must provide either an id or a SKU for a trade item. You must provide either an id or a number of a return shipment.

Fields

Id

Unique identification of this return line across contexts and subscriptions.

id Long Read only

Customer no.

Number of the customer returning the items.

customerNumber String Read only

Return shipment

Number of the return shipment that this line belongs to.

returnShipmentNumber String Not Null Length 1 to 36 ReturnShipment

SKU

SKU identifying the item returned.

stockKeepingUnit String Not Null Length 1 to 36 GlobalTradeItem

Variant

Variant that is returned.

productVariantKey ProductVariantKey Read only

Trade item id

Unique identification of the item returned.

globalTradeItemId Long GlobalTradeItem

GTIN

GTIN for the item returned.

globalTradeItemNumber String Read only

Product id

Unique identification of the product returned.

productId Long Read only Product

Context id

Unique identification of the context the line belongs to.

contextId Long Context

Customer id

Unique identification of the customer returning the items.

customerId Long Not Null Read only Customer

Return shipment no.

Unique identification of the return shipment this line belongs to.

returnShipmentId Long Not Null ReturnShipment

Product no.

Number of the product returned.

productNumber String Read only

Product name

Name of the product being returned.

productName String Read only

Return reason

The reason that these items were returned by the customer.

returnReason ReturnReason

Qty expected

The number of items that we expect to receive.

numItemsExpected Long

Qty received

The number of items received.

numItemsReceived Long Read only

Notes on reception

Notes to be observed on reception of items.

notesOnReception String

Expected status

The status that we expect the items to have when we receive them.

lotStatusOnArrival GlobalTradeItemLotStatus

Refund

Refund to give to customer with regard to this line.

refund BigDecimal Min 0.00 Max 999999.99 Integer 6, Fraction 2

Currency code

Currency code of the return shipment that this line belongs to.

currencyCode CurrencyCode Read only

Exchange rate

Exchange rate for the return shipment that this line belongs to.

currencyExchangeRate BigDecimal Read only

Qty. contained

The number of units of the product contained in one of the trade items with relation to this line.

numUnitsContained Long Read only

Unit

The unit used for measuring the product contained in the trade item.

productUnit ProductUnit Read only

Receipt id

Unique identification of the receipt created for the return shipment that this line belongs to.

returnReceiptId Long Read only Document