From ab237504cfc1676e1f5d482f34b6a2c46091be2b Mon Sep 17 00:00:00 2001 From: Nick Vineyard <106805743+bc-NickV@users.noreply.github.com> Date: Tue, 6 May 2025 15:46:29 -0500 Subject: [PATCH] DEVDOCS-6369 - Update - Clarify Price List related webhooks Products and SKU webhooks are not fired when Price List record is changed. Corrected Usage Notes and deleted links to hooks. --- reference/price_lists.v3.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reference/price_lists.v3.yml b/reference/price_lists.v3.yml index ad1ea365a..580eaf1f3 100644 --- a/reference/price_lists.v3.yml +++ b/reference/price_lists.v3.yml @@ -39,15 +39,13 @@ info: - Bulk pricing Tiers can additionally be associated with a price record to indicate different pricing as the quantity in the cart increases. - If a variant has a Price Record, any existing product-level bulk pricing will not apply to the cart. For variants without Price Records, any existing product bulk pricing will apply. - [Price Lists Records](/docs/rest-management/price-lists/price-lists-records) accepts bulk upsert. You can only do one bulk upsert at a time. Running more than one bulk upsert in parallel on the **same store** will cause a `429` error and the request will fail. - - There are webhooks available for Price Lists assignments. The price list assignment webhook fires when a price list assignment is assigned, reassigned, or unassigned. Note that since Price Lists directly relate to products, neither product nor SKU webhooks are going to fire for corresponding changes, such as pricing. + - There are webhooks available for Price Lists assignments. The price list assignment webhook fires when a price list assignment is assigned, reassigned, or unassigned. Note that since Price Lists **do not** directly relate to products, neither product nor SKU webhooks are going to fire for corresponding changes, such as pricing. ## Additional information ### Webhooks * [Price list assignments](/docs/integrations/webhooks/events/channels#price-list-assignments) - * [Products](/docs/integrations/webhooks/events#products) - * [SKU](/docs/integrations/webhooks/events#sku) ### Related endpoints * [Get All Price Lists](/docs/rest-management/price-lists#get-all-price-lists) termsOfService: 'https://www.bigcommerce.com/terms'