Skip to main content

DesPartCustomPartSeller

Represents a seller for a custom part.

type DesPartCustomPartSeller {
currency: String
prices: [DesPartCustomPartPricePoint!]!
sellerName: String!
sellerUrl: String
sku: String
specs: [DesPartCustomPartSellerSpec!]!
stock: [DesPartCustomPartStockItem!]!
updatedAt: DateTime
}

Fields

DesPartCustomPartSeller.currency ● String scalar

The currency code.

DesPartCustomPartSeller.prices ● [DesPartCustomPartPricePoint!]! non-null object

A collection of price points.

DesPartCustomPartSeller.sellerName ● String! non-null scalar

The display name of the seller.

DesPartCustomPartSeller.sellerUrl ● String scalar

The URL for the seller.

DesPartCustomPartSeller.sku ● String scalar

The stock keeping unit.

DesPartCustomPartSeller.specs ● [DesPartCustomPartSellerSpec!]! non-null object

A collection of seller specifications.

DesPartCustomPartSeller.stock ● [DesPartCustomPartStockItem!]! non-null object

A collection of stock items.

DesPartCustomPartSeller.updatedAt ● DateTime scalar

The last update time.