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