Skip to main content

DesPartCustomPartSellerInput

Represents a seller for a custom part.

input DesPartCustomPartSellerInput {
currency: String
prices: [DesPartCustomPartPricePointInput!]!
sellerName: String!
sellerUrl: String
sku: String
specs: [DesPartCustomPartSellerSpecInput!]!
stock: [DesPartCustomPartStockItemInput!]!
updatedAt: DateTime
}

Fields

DesPartCustomPartSellerInput.currency ● String scalar

The currency code.

DesPartCustomPartSellerInput.prices ● [DesPartCustomPartPricePointInput!]! non-null input

A collection of price points.

DesPartCustomPartSellerInput.sellerName ● String! non-null scalar

The display name of the seller.

DesPartCustomPartSellerInput.sellerUrl ● String scalar

The URL for the seller.

DesPartCustomPartSellerInput.sku ● String scalar

The stock keeping unit.

DesPartCustomPartSellerInput.specs ● [DesPartCustomPartSellerSpecInput!]! non-null input

A collection of seller specifications.

DesPartCustomPartSellerInput.stock ● [DesPartCustomPartStockItemInput!]! non-null input

A collection of stock items.

DesPartCustomPartSellerInput.updatedAt ● DateTime scalar

The last update time.