The expiration details of the inventory. This object will only appear if the details parameter in the request is set to SHOW.

ExpirationDetails

interface ExpirationDetails {
    expiration?: string;
    onhandQuantity?: number;
}

Properties

expiration?: string

The expiration date of the SKU.

ExpirationDetails

onhandQuantity?: number

The quantity that is present in AWD.

ExpirationDetails