Item Translatable Attributes REST Endpoints
Product Lifecycle Management/Items Version 2/Item Translatable Attributes
An attribute value which is used to acccess the translated information for the item.
- Create item translatable attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation - Get all item translatable attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation - Get one item translatable attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation/{ItemTranslationUniqID} - Update one translatable attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation/{ItemTranslationUniqID}