---
title: "Get Product Attribute Meta"
method: POST
path: "/productmanager.fetchpxam"
tags: ["Product Extensions"]
---

# Get Product Attribute Meta

`POST /productmanager.fetchpxam`

Extended fetch command to retrieve product attribute meta data.<p>
Unlike the general `fetch/{typeCode}` endpoint, this extended endpoint also handles global metadata configurations.<br>
For example, if product metadata is configured to originate from the global partition, this command will automatically retrieve it from there. In contrast, the general fetch endpoint is limited to returning data exclusively from the local partition.

## Request body

- object

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` ProductExtensionAttributeMeta[]
      - `cssProperties` string
      - `labelTranslations` string
      - `typedId` string
      - `fieldName` string
      - `lastUpdateDate` string, date-time
      - `fieldValueOptions` string
      - `description` string
      - `readOnly` boolean
      - `label` string
      - `version` integer
      - `requiredField` boolean
      - `createdBy` integer
      - `name` string
      - `entityRefTypeCode` string
      - `formatType` 'NUMERIC' | 'NUMERIC_LONG' | 'MONEY' | 'PERCENT' | 'TEXT' | 'MONEY_EUR' | 'MONEY_USD' | 'MONEY_GBP' | 'MONEY_JPY' | 'MONEY_CHF' | 'MONEY_PLN' | 'DATETIME' | 'DATE' | 'INTEGER' | 'LINK' | 'COMPLEX' | 'SPARKLINE'
      - `fieldType` integer
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
