Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
DEVDOCS-5476: [update] Add-a-rate-limit-to-PUT-price-list-assignments (
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-tgomez authored Oct 2, 2023
1 parent a1fa264 commit ed26e14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reference/price_lists.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,10 @@ paths:
put:
tags:
- Price Lists Assignments
description: Upsert a single `Price List Assignment` for a `Price List`.
description: |-
Upsert a single `Price List Assignment` for a `Price List`.
**Note:**
* Supports up to 25 simultaneous PUT requests. Running more than the allowed number of requests concurrently on the same store will result in a `429` status error and your additional requests will fail.
summary: Upsert Price List Assignment
operationId: upsertPriceListAssignment
parameters:
Expand Down

0 comments on commit ed26e14

Please sign in to comment.