Skip to content

DEVDOCS-6369 - Update - Clarify Price List related webhooks #934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions reference/price_lists.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down