---
title: "Get a published product"
method: GET
path: "/api/rest/v1/published-products/{code}"
tags: ["Published product"]
---

# Get a published product

`GET /api/rest/v1/published-products/{code}`

This endpoint allows you to get the information about a given published product.

## Path parameters

- `code` string, required

## Response `200`

OK

- object
  - `identifier` string, required — Published product identifier, i.e. the value of the only `pim_catalog_identifier` attribute
  - `enabled` boolean — Whether the published product is enable
  - `family` string — <a href='api-reference-paas.html#Family'>Family</a> code from which the published product inherits its attributes and attributes requirements
  - `categories` string[] — Codes of the <a href='api-reference-paas.html#Category'>categories</a> in which the published product is classified
  - `groups` string[] — Codes of the groups to which the published product belong
  - `values` object — Published product attributes values, see <a href='/concepts/products.html#focus-on-the-product-values'>Product values</a> section for more details
  - `associations` object — Several associations related to groups and/or other published products, grouped by association types
    - `associationTypeCode` object
      - `groups` string[] — Array of groups codes with which the published product is in relation
      - `products` string[] — Array of published product identifiers with which the published product is in relation
      - `product_models` string[] — Array of product model codes with which the product is in relation (only available since the v2.1)
  - `quantified_associations` object — Warning: associations with quantities are not compatible with the published products. The response will always be empty.
  - `created` string, dateTime — Date of creation
  - `updated` string, dateTime — Date of the last update

## Other responses

- `401` — Authentication required
- `403` — Access forbidden
- `404` — Resource not found
- `406` — Not Acceptable

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/versions/d8bda9b93b59/schema)
