Pricing & Availability
Item Prices and Availability
window.spectrumItemPricesAndAvailabilityCallback = function(itemsBySkuOrName) {
// itemsBySkuOrName: array of strings that can refer to SKUs, parts, or decoration services
}[
{
sku: 'exampleSku',
name: 'Example',
type: 'baseProduct',
price: 99.99,
listPrice: null, // nullable list price to distinguish from sale price
isoCurrency: 'USD', // must be a valid ISO 4217 currency code
inStock: true,
options: null // nullable options object with string values
}
]Total Price
Last updated
Was this helpful?