Management API
...
Product
Custom Fields
List Product Custom Fields
4min
Show all product custom fields the requesting manager has access permissions to.
URL: /api/v1/product-custom-fields/
Method: GET
Default pagination is 20 results per page.
- limit - Number of results to return per page.
- Example: limit=20
- offset - The initial index from which to return the results.
- Example: offset=21
The results can be filtered by various attributes on product custom field or related to the product custom field.
Possible filters:
- product
Code: 200 OK
Content examples:


Updated 05 Sep 2023
Did this page help you?