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 query parameters pagination 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 filtering the results can be filtered by various attributes on product custom field or related to the product custom field possible filters product success response code 200 ok content examples { "count" 3, "next" null, "previous" null, "results" \[ { "id" 66, "product custom field enums" \[], "name" "cf1", "data type" null, "default value" "1", "description" null, "product" 1584723961091260 } ] }