diff --git a/reference/price_lists.v3.yml b/reference/price_lists.v3.yml index ad815e6f7..95ee51f8c 100644 --- a/reference/price_lists.v3.yml +++ b/reference/price_lists.v3.yml @@ -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 @@ -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