Retrieve a product's catalog details
Authentication
Path parameters
Query parameters
ISO 3166 alpha-2 country code. When set, restricts returned variants to those shipping to this country.
ISO 3166 alpha-2 country code. When set, restricts returned variants to those shipping to this country.
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
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.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/