SupplyIncoterms
Represents an International Commercial Term (Incoterm) defining responsibilities for shipping costs, risks, and insurance between buyer and seller.
type SupplyIncoterms {
commonUsage: String
description: String!
id: String!
transportMode: SupplyTransportModeIncEnum!
}
Fields
SupplyIncoterms.commonUsage ● String scalar
Common usage notes for the Incoterm.
SupplyIncoterms.description ● String! non-null scalar
Description of the Incoterm.
SupplyIncoterms.id ● String! non-null scalar
Unique identifier for the Incoterm.
SupplyIncoterms.transportMode ● SupplyTransportModeIncEnum! non-null enum
Transport mode associated with the Incoterm.
Member Of
PurchaseOrder object