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

Commit

Permalink
DEVDOCS-5599: [revise] Catalog, Product, Add Rate Limits to Custom Fi…
Browse files Browse the repository at this point in the history
…eld endpoints (#1518)
  • Loading branch information
bc-tgomez authored Nov 13, 2023
1 parent d8b0a81 commit c94df25
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions reference/catalog/products_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4040,7 +4040,11 @@ paths:
tags:
- Custom Fields
summary: Get Custom Fields
description: Returns a list of product *Custom Fields*. Optional parameters can be passed in.
description: |-
Returns a list of product *Custom Fields*. Optional parameters can be passed in.
**Note:**
The default rate limit for this endpoint is 40 concurrent requests.
operationId: getCustomFields
parameters:
- name: include_fields
Expand Down Expand Up @@ -4138,9 +4142,8 @@ paths:
**Read-Only:**
- id
**Limits**
- 200 custom fields per product limit.
- 255 characters per custom field limit.
**Note:**
The default rate limit for this endpoint is 40 concurrent requests.
operationId: createCustomField
parameters:
- $ref: '#/components/parameters/ContentType'
Expand Down Expand Up @@ -4484,7 +4487,11 @@ paths:
tags:
- Custom Fields
summary: Delete a Custom Field
description: Deletes a product *Custom Field*.
description: |-
Deletes a product *Custom Field*.
**Note:**
The default rate limit for this endpoint is 40 concurrent requests.
operationId: deleteCustomFieldById
responses:
'204':
Expand Down Expand Up @@ -8411,7 +8418,7 @@ components:
type: array
minimum: 0
maximum: 255
description: 200 maximum custom fields per product. 255 maximum characters per custom field.
description: 200 maximum custom fields per product. 255 maximum characters per custom field. The default rate limit for this endpoint is 40 concurrent requests.
items:
$ref: '#/components/schemas/productCustomField_Put'
bulk_pricing_rules:
Expand Down

0 comments on commit c94df25

Please sign in to comment.