ProductPurchasingInput
Attributes for creating a new product purchasing
input ProductPurchasingInput {
bomCost: Decimal
inboundFreightCost: Decimal
incoterms: String
landedCost: Decimal
leadTime: Int
moq: Int
packagingCost: Decimal
portOfExport: String
productPackaging: Url
productSpecs: Url
purchaserId: ID
supplier: String
supplierPartNumber: String
supplierSku: String
unitCost: Decimal
}