Management API
...
Product
Custom Field Enumerations
List Product custom field enumerations
4min
list product custom field enumerations show all product custom field enumerations the requesting manager has access permissions to url /api/v1/product custom field enums/ 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 enumeration or related to the product custom field enumeration possible filters product custom field success response code 200 ok content examples { "count" 2, "next" null, "previous" null, "results" \[ { "id" 1, "value" "vv1", "product custom field" 69 }, ] }