List Product custom field enumerations

{
  "name": "Show all product custom field enumerations the requesting manager has access permissions to.",
  "method": "GET",
  "url": "/api/v1/product-custom-field-enums/",
  "description": "",
  "tab": "examples",
  "examples": {
    "languages": [
      {
        "id": "ld1M9Tw20QxmKuRzfwJes",
        "language": "json",
        "code": "",
        "customLabel": ""
      }
    ],
    "selectedLanguageId": "ld1M9Tw20QxmKuRzfwJes"
  },
  "results": {
    "languages": [
      {
        "id": "Bi47OhzlxFH2ktHTyk_9p",
        "language": "200",
        "code": "{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 1,\n            \"value\": \"vv1\",\n            \"product_custom_field\": 69\n        },\n        ...\n    ]\n}",
        "customLabel": ""
      },
      {
        "id": "pSw39C9Qgy3LkVnXEZVr_",
        "language": "404",
        "code": "{\n  \"message\": \"Ain't no cake like that.\"\n}",
        "customLabel": ""
      }
    ],
    "selectedLanguageId": "Bi47OhzlxFH2ktHTyk_9p"
  },
  "request": {
    "pathParameters": [],
    "queryParameters": [],
    "headerParameters": [],
    "bodyDataParameters": [],
    "formDataParameters": []
  },
  "currentNewParameter": {
    "label": "Body Parameter",
    "value": "bodyDataParameters"
  },
  "hasTryItOut": false
}

Endpoint

GET /api/v1/product-custom-field-enums/

Show all product custom field enumerations the requesting manager has access permissions to.

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

Was this helpful?