Skip to content

Commit ccfa4c8

Browse files
authored
DEVDOCS-6369 - Update - Clarify Price List related webhooks (#934)
Products and SKU webhooks are not fired when Price List record is changed. Corrected Usage Notes and deleted links to hooks. <!-- Ticket number or summary of work --> # [DEVDOCS-6369] ## What changed? <!-- Provide a bulleted list in the present tense --> * Products and SKU webhooks are not fired when Price List record is changed. * Usage notes incorrectly states that Price Lists directly relates to products. * Products and SKU webhooks are linked under Additional Information. ## Release notes draft * Updated Usage Notes to clarify that Price Lists are not directly related to Products. * Removed links to Products and SKU webhooks from Additional Information to help avoid confusion. ## Anything else? <!-- Add related PRs, salient notes, additional ticket numbers, etc. --> ping @bc-terra [DEVDOCS-6369]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6369?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 58e2f7a commit ccfa4c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

reference/price_lists.v3.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@ info:
3939
- Bulk pricing Tiers can additionally be associated with a price record to indicate different pricing as the quantity in the cart increases.
4040
- 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.
4141
- [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.
42-
- 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.
42+
- 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.
4343
4444
## Additional information
4545
4646
### Webhooks
4747
4848
* [Price list assignments](/docs/integrations/webhooks/events/channels#price-list-assignments)
49-
* [Products](/docs/integrations/webhooks/events#products)
50-
* [SKU](/docs/integrations/webhooks/events#sku)
5149
### Related endpoints
5250
* [Get All Price Lists](/docs/rest-management/price-lists#get-all-price-lists)
5351
termsOfService: 'https://www.bigcommerce.com/terms'

0 commit comments

Comments
 (0)