# Product Terms ## List product terms - [GET /v1/products/{productUuid}/attributes/{productAttributeUuid}/terms](https://docs.apiera.io/openapi/product-terms/paths/~1v1~1products~1%7Bproductuuid%7D~1attributes~1%7Bproductattributeuuid%7D~1terms/get.md): Retrieves a paginated list of attribute terms linked to a product. ## Link term to product attribute - [POST /v1/products/{productUuid}/attributes/{productAttributeUuid}/terms](https://docs.apiera.io/openapi/product-terms/paths/~1v1~1products~1%7Bproductuuid%7D~1attributes~1%7Bproductattributeuuid%7D~1terms/post.md): Creates a new association between a product attribute and an attribute term. ## Get product term - [GET /v1/products/{productUuid}/attributes/{productAttributeUuid}/terms/{productTermUuid}](https://docs.apiera.io/openapi/product-terms/paths/~1v1~1products~1%7Bproductuuid%7D~1attributes~1%7Bproductattributeuuid%7D~1terms~1%7Bproducttermuuid%7D/get.md): Retrieves a single attribute term association for a product attribute. ## Unlink term from product attribute - [DELETE /v1/products/{productUuid}/attributes/{productAttributeUuid}/terms/{productTermUuid}](https://docs.apiera.io/openapi/product-terms/paths/~1v1~1products~1%7Bproductuuid%7D~1attributes~1%7Bproductattributeuuid%7D~1terms~1%7Bproducttermuuid%7D/delete.md): Removes an attribute term association from a product attribute. ## Bulk link terms to product attribute - [POST /v1/products/{productUuid}/attributes/{productAttributeUuid}/terms/bulk](https://docs.apiera.io/openapi/product-terms/paths/~1v1~1products~1%7Bproductuuid%7D~1attributes~1%7Bproductattributeuuid%7D~1terms~1bulk/post.md): Creates multiple attribute term associations for a product attribute in a single operation.