Interface MaterialMatchInput

interface MaterialMatchInput {
    allowAnyShipperFallback?: boolean;
    buyerArticleNumber?: string;
    buyerOrderNumber?: string;
    code?: string;
    destinationCountry?: string;
    materialNumber?: string;
    reference?: string;
    shipperCountry?: string;
    stakeholderFilters?: MaterialMatchStakeholderFilters;
}

Properties

allowAnyShipperFallback?: boolean
buyerArticleNumber?: string
buyerOrderNumber?: string
code?: string
destinationCountry?: string
materialNumber?: string
reference?: string
shipperCountry?: string
stakeholderFilters?: MaterialMatchStakeholderFilters