Extended fetch command to retrieve product attribute meta data.
Unlike the general fetch/{typeCode}
endpoint, this extended endpoint also handles global metadata configurations.
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.
OK
{ }
{- "response": {
- "node": "pricefx-cluster-app-frontend-7bcc977f5c-h5m76",
- "startRow": 0,
- "data": [
- {
- "version": 0,
- "typedId": "283.PXAM",
- "fieldName": "attribute1",
- "label": "StringAttribute",
- "fieldType": 2,
- "requiredField": false,
- "readOnly": false,
- "labelTranslations": "{\n \"\":\"String\"\n}",
- "name": "TEST",
- "createDate": "2021-03-18T16:36:05",
- "createdBy": 2147483667,
- "lastUpdateDate": "2021-03-18T16:36:05",
- "lastUpdateBy": 2147483667
}
], - "endRow": 1,
- "totalRows": 1,
- "status": 0
}
}