{
  "name": "price_lists",
  "version": "3.0",
  "description": "___OAuth_Scopes_oauth_scopes___Authentication_authentication___Available_Endpoints_available_endpoints___Price_List_Assignment_Order_of_Operations_price_list_assignment_order_of_operations___Usage_Notes_usage_notesA_Price_List_allows_you_to_populate_different_versions_of_catalog_pricing_and_assign_them_to_different__Customer_Groups_api_referencecustomer_subscriberscustomers_api__The_prices_are_specified_exclusively_at_the_variant_level__The_association_of_a_Price_List_to_a_Customer_Group_can_be_done_either_via_the_Control_Panel_or_using_the__Customer_Groups_API__api_referencecustomer_subscriberscustomers_apiAdditionally__Price_List_Assignments_httpsdeveloper_bigcommerce_comapi_referencestore_managementprice_listsprice_lists_records_can_be_created_to_assign_Price_Lists_to_a_specific__Channel_httpsdeveloper_bigcommerce_comapi_referencecart_checkoutchannels_listings_api__Price_lists_assigned_to_a_channel_apply_to_all_shoppers_on_that_channel_unless_there_is_a_more_specific_assignment_If_an_active_Price_List_does_not_contain_prices_for_a_variant_then_the_Catalog_pricing_will_be_used__The_association_of_a_Price_List_to_a_Customer_Group_can_be_done_either_via_the_Control_Panel_or_using_the__Customer_Groups_API__api_referencecustomer_subscriberscustomers_apiPrice_Lists_will_provide_overridden_price_values_to_the_Stencil_storefront__Final_price_display_can_be_further_customized_within_the_Stencil_template__See_the__Price_Object_httpsstencil_bigcommerce_comdocsprice_object_properties_in_Stencil_for_further_documentation_To_learn_more_about_Price_Lists_see__here_api_docsprice_listsprice_list_overview___OAuth_Scopes_UI_Name_______________________________________Permission__Parameter_______________________________________________________________________________________________________________________________________________Products______________________________________modify______store_v2_products____________________________Products______________________________________read_only___store_v2_products_read_only_________________For_more_information_on_OAuth_Scopes_see__Authentication_httpsdeveloper_bigcommerce_comapi_docsgetting_startedauthentication__AuthenticationRequests_can_be_authenticated_by_sending_a_client_id_and_access_token_via_X_Auth_Client_and_X_Auth_Token_HTTP_headershttpGET_stores_env_store_hashv3catalogsummaryhost_api_bigcommerce_comAccept_applicationjsonX_Auth_Client_client_idX_Auth_Token_access_tokenHeaderParameterDescription___X_Auth_Clientclient_idObtained_by_creating_an_API_account_or_installing_an_app_in_a_BigCommerce_control_panel_X_Auth_Tokenaccess_token_Obtained_by_creating_an_API_account_or_installing_an_app_in_a_BigCommerce_control_panel_For_more_information_on_Authenticating_BigCommerce_APIs_see__Authentication_httpsdeveloper_bigcommerce_comapi_docsgetting_startedauthentication__Available_Endpoints_Resource__Endpoint______________________Description________________________________________________________________________________________________________________________________________________________________________________Price_List_Records_______________________Create_and_manage_price_list_records_____________________________________Price_Lists______________________________Create_and_manage_catalog_pricing_variations_____________________________Price_List_Assignments___________________Assign_price_lists_to_Channels_Price_List_Assignment_Order_of_OperationsThe_Price_List_Assignment_Pricing_Order_of_Operations_is_as_followsIF_Price_list_assigned_to_current_Customer_Group_AND_Price_List_assigned_to_current_Channel_Use_this_Price_List____any_prices_not_found_fall_back_to_the_catalog_price__or_in_the_case_of_multi_currency_auto_converted_pricesELSE_IF_Price_List_assigned_to_current_Channel_Use_this_price_list____any_prices_not_found_fall_back_to_the_catalog_price__or_in_the_case_of_multi_currency_auto_converted_pricesELSE_IF_Price_List_assigned_to_current_Customer_Group_Use_this_price_list____any_prices_not_found_fall_back_to_the_catalog_price__or_in_the_case_of_multi_currency_auto_converted_pricesELSE_IF_Customer_Group_Discounts_Use_them____any_prices_not_found_fall_back_to_the_catalog_price__or_in_the_case_of_multi_currency_auto_converted_pricesELSE_IF_channel_has_a_default_price_list_Use_this_price_list____any_prices_not_found_fall_back_to_the_catalog_price__or_in_the_case_of_multi_currency_auto_converted_pricesELSE_Fall_back_to_the_catalog_price__or_in_the_case_of_multi_currency_auto_converted_pricesNote_Price_Lists_cannot_be_assigned_to_a_customer_group_that_has_custom_group_discounts____the_customer_group_discounts_must_be_deleted_first__Usage_Notes__Price_Lists_cannot_be_assigned_to_a_customer_group_that_has_custom_group_discounts____the_customer_group_discounts_must_be_deleted_first___Bulk_Pricing_Tiers_may_additionally_be_associated_with_a_Price_Record_to_indicate_different_pricing_as_the_quantity_in_cart_increases___If_a_variant_has_a_Price_Record_any_existing_product_level_bulk_pricing_will_not_apply_in_the_cart__For_variants_without_Price_Records_any_existing_product_bulk_pricing_will_apply___Price_Lists_Records_accepts_bulk_upsert__Only_one__Bulk_upsert_httpsdeveloper_bigcommerce_comapi_referencecatalogpricelists_apiprice_lists_recordssetpricelistrecordcollection_can_done_at_a_time__Running_more_than_one_in_parallel_on_the_same_store_will_cause_a_429_error_and_the_request_will_fail___Related_Endpoints__Get_Price_List_Collection_api_referencecatalogpricelists_apiprice_listsgetpricelistcollection_Webhooks_AvailableThere_are_no_direct_webhooks_available_for_Price_Lists__Since_Price_Lists_directly_relate_to_products_webhooks_related_to_products_will_fire_for_corresponding_changes_such_as_pricing____Products_api_docsgetting_startedwebhookswebhook_eventswebhook_events_products__SKU_api_docsgetting_startedwebhookswebhook_eventswebhook_events_sku",
  "license": "Unlicense",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha --compilers js:babel-core/register --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "superagent": "3.7.0"
  },
  "devDependencies": {
    "babel-core": "6.26.0",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "expect.js": "~0.3.1",
    "mocha": "~2.3.4",
    "sinon": "1.17.3"
  }
}
