Item Translatable Attributes REST Endpoints

Product Lifecycle Management/Items Version 2/Item Translatable Attributes
The Extensible Flexfields for Item Supplier Associations resource gets the translatable fields for the item; for example, the item description is translatable.
Create translatable attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation
Get all translatable attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation
Get one translatable attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation/{ItemTranslationUniqID}
Update one translatable attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemTranslation/{ItemTranslationUniqID}