Vue Storefront Logo
Home
Getting Started
Concepts
  • BigCommerce BigCommerce
  • commercetools commercetools
  • Magento Magento
  • SAP Commerce Cloud SAP Commerce Cloud
  • Shopify Shopify
  • Sylius Sylius
  • Vendure Vendure
  • Odoo Odoo
  • PrestaShop PrestaShop
  • Spree Spree
  • See all integrations
  • Storefront UI
  • Vue Storefront Cloud
  • Vue Storefront 1
    • Home
    • Getting Started
    • Concepts
  • Integrations

    • BigCommerce
    • commercetools
    • Magento
    • SAP Commerce Cloud
    • Shopify
    • Sylius
    • Vendure
    • Odoo
    • PrestaShop
    • Spree
  • Ecosystem

    • Storefront UI
    • Vue Storefront Cloud
    • Vue Storefront 1
    • Test your knowledge
  • Essentials

    • Introduction
    • Supported features
    • About
  • Setup

    • Configuring BigCommerce
    • Configuring Vue Storefront
  • Composition

    • Composables
    • List of composables
  • Advanced

    • Multi-storefront
    • Filters
    • Multi-currency
    • Caching
    • Separate middleware
  • Reference

    • API Reference
    • Release notes
  • Learn Vue Storefront

    • What is Vue Storefront?
    • Project structure
    • Configuration
    • Layouts and Routing
    • Theme
    • Internationalization

Home > @vsf-enterprise/bigcommerce-api > GraphQL > Prices

# GraphQL.Prices type

Signature:

export declare type Prices = {
    __typename?: 'Prices';
    price: Money;
    salePrice?: Maybe<Money>;
    basePrice?: Maybe<Money>;
    retailPrice?: Maybe<Money>;
    mapPrice?: Maybe<Money>;
    priceRange: MoneyRange;
    retailPriceRange?: Maybe<MoneyRange>;
    saved?: Maybe<Money>;
    bulkPricing: Array<BulkPricingTier>;
};
Test your knowledge →

On this page

  • GraphQL.Prices type
Vue Storefront Logo

Stay connected:

Backed by:

Guides

  • Getting Started
  • Extending Vue Storefront

Documentation

  • Docs Home
  • Storefront UI
  • Vue Storefront Cloud
  • Vue Storefront 1

Company

  • About us
  • Careers
  • Blog
  • Privacy Policy