Skip to main content

CheckoutListing Object

Description

Listing information for an item in a checkout.

Declaration

type CheckoutListing {
_id: String!
id: Float!
prices: CheckoutListingPrice!
comments: String
privateComments: String
location: String
discogsId: String
taxDefinition: String
preventDiscogsListing: Boolean
onePerCustomer: Boolean
stock: CheckoutStock!
supplierCode: String
posted: Date
available: Date
categories: [String]
preOrder: Boolean
options: [CheckoutListingOption!]!
}

Fields

NameTypeDescription
_idString!Internal database identifier.
idFloat!Numeric identifier for the listing.
pricesCheckoutListingPrice!Pricing information for this listing.
commentsStringPublic comments about the listing.
privateCommentsStringPrivate comments visible only to shop administrators.
locationStringPhysical location of the item.
discogsIdStringExternal identifier from the marketplace system.
taxDefinitionStringTax definition identifier for this listing.
preventDiscogsListingBooleanWhether to prevent listing on the marketplace system.
onePerCustomerBooleanWhether only one item per customer is allowed.
stockCheckoutStock!Stock quantity information.
supplierCodeStringSupplier code for this listing.
postedDateDate when the listing was posted.
availableDateDate when the item becomes available for purchase.
categories[String]Categories this listing belongs to.
preOrderBooleanWhether this is a pre-order listing.
options[CheckoutListingOption!]!Product option variants for this listing.