Retrieve a product's catalog details

Returns catalog data for a single product — variants, images, hardware spec, and available addons. Variants are filtered to those the organization's allowed acquisition types cover, and (when country is supplied) to those shipping to that country. No pricing, taxes, fees, contract-setting-derived values, or stock counts are returned. Cross-tenant scoped to the caller's organization; unknown or foreign products return 404. **Token scopes**: `it-products:read`

Authentication

AuthorizationBearer
## Authentication The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail. ```curl curl -X GET 'https://api.deel.training/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` [Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Path parameters

product_idstringRequiredformat: "uuid"
Unique identifier of the product

Query parameters

countrystringOptional

ISO 3166 alpha-2 country code. When set, restricts returned variants to those shipping to this country.

Response

OK
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error