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

Commit

Permalink
[DEVDOCS-5478]: [Revise] Pricelists, Update rate limits GET/PUT/DELET…
Browse files Browse the repository at this point in the history
…E /{currency_code} (#1482)
  • Loading branch information
bc-tgomez authored Oct 2, 2023
1 parent d0cc98b commit a1fa264
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reference/price_lists.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ paths:
description: |-
Returns a *Price List Record* using the currency code. You can use optional parameters.
**Notes**
* Supports up to 40 simultaneous GET 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.
* Supports up to 50 simultaneous GET 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.
operationId: getPriceListRecord
parameters:
- name: price_list_id
Expand Down Expand Up @@ -2458,7 +2458,10 @@ paths:
tags:
- Price Lists Records
summary: Delete a Price Record by Currency Code
description: Deletes a *Price List Record* using the currency code.
description: |-
Deletes a *Price List Record* using the currency code.
**Note:**
* Supports up to 25 simultaneous DELETE 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.
operationId: deletePriceListRecord
parameters:
- name: price_list_id
Expand Down

0 comments on commit a1fa264

Please sign in to comment.