DesPartCompanyOffer
Represents a company offer.
type DesPartCompanyOffer {
clickUrl: String
eligibleRegion: String
factoryLeadDays: Int
inventoryLevel: Int
moq: Int
offerId: String!
orderMultiple: Int
packaging: String
prices: [DesPartPricePoint!]!
sku: String!
updated: DateTime
}
Fields
DesPartCompanyOffer.clickUrl ● String scalar
The URL to the offer.
DesPartCompanyOffer.eligibleRegion ● String scalar
The eligible region for the offer.
DesPartCompanyOffer.factoryLeadDays ● Int scalar
The number of days to acquire parts from the factory.
DesPartCompanyOffer.inventoryLevel ● Int scalar
The number of units available to be shipped (e.g., stock, quantity).
DesPartCompanyOffer.moq ● Int scalar
The Minimum Order Quantity (MOQ): the smallest number of parts that can be purchased.
DesPartCompanyOffer.offerId ● String! non-null scalar
The identifier of the offer.
DesPartCompanyOffer.orderMultiple ● Int scalar
The number of items that must be ordered together.
DesPartCompanyOffer.packaging ● String scalar
The packaging of parts (e.g., Tape, Reel).
DesPartCompanyOffer.prices ● [DesPartPricePoint!]! non-null object
A collection of price points for the offer, sorted by minimum order quantity.
DesPartCompanyOffer.sku ● String! non-null scalar
The stock keeping unit used by the internal distributor.
DesPartCompanyOffer.updated ● DateTime scalar
The last update date.