---
title: "CRUD: Retrieve a product"
method: GET
path: "/v1/object/product/{id}"
tags: ["Products"]
---

# CRUD: Retrieve a product

`GET /v1/object/product/{id}`

Retrieve a specific product.

## Path parameters

- `id` string, required

## Query parameters

- `fields` string

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string
- `X-Zuora-WSDL-Version` string
- `Zuora-Version` string

## Response `200`

OK

- ProxyGetProduct — Container for custom fields of a Product object.
  - `AllowFeatureChanges` boolean — Controls whether to allow your users to add or remove features while creating or amending a subscription. **Values**: true, false (default)
  - `Category` string — Category of the product. Used by Zuora Quotes Guided Product Selector. **Values**: - Base Products - Add On Services - Miscellaneous Products
  - `CreatedById` string — The automatically generated ID of the Zuora user who created the `Product` object.
  - `CreatedDate` string, date-time — The date when the `Product` object was created.
  - `Description` string — A description of the product.
  - `EffectiveEndDate` string, date — The date when the product expires and can't be subscribed to anymore, in `yyyy-mm-dd` format.
  - `EffectiveStartDate` string, date — The date when the product becomes available and can be subscribed to, in `yyyy-mm-dd` format.
  - `Id` string — Object identifier.
  - `Name` string — The name of the product. This information is displayed in the product catalog pages in the web-based UI.
  - `SKU` string — The unique SKU for the product.
  - `UpdatedById` string — The ID of the last user to update the object.
  - `UpdatedDate` string, date-time — The date when the object was last updated.
  - `IntegrationId__NS` string — ID of the corresponding object in NetSuite. Only available if you have installed the [Zuora Connector for NetSuite](https://www.zuora.com/connect/app/?appId=265).
  - `IntegrationStatus__NS` string — Status of the product's synchronization with NetSuite. Only available if you have installed the [Zuora Connector for NetSuite](https://www.zuora.com/connect/app/?appId=265).
  - `ItemType__NS` 'Inventory' | 'Non Inventory' | 'Service' — Type of item that is created in NetSuite for the product. Only available if you have installed the [Zuora Connector for NetSuite](https://www.zuora.com/connect/app/?appId=265).
  - `SyncDate__NS` string — Date when the product was synchronized with NetSuite. Only available if you have installed the [Zuora Connector for NetSuite](https://www.zuora.com/connect/app/?appId=265).

## Other responses

- `401` — Unauthorized
- `404`

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
