Skip to main content
GET
Retrieve a product

Authorizations

Authorization
string
header
required

Pass your API key as: Authorization: Bearer <API KEY>.

User-Agent
string
header
default:BosscartDocs/1.0
required

Client identifier sent with requests from the documentation playground.

Path Parameters

id
integer
required

The id of the product.

Example:

111

Response

A single product.

id
integer

Unique identifier.

Example:

111

type
enum<string>

The type of the product.

Available options:
physical,
digital,
service,
membership
title
string
Example:

"Interior Door"

description
string

Supports light HTML formatting.

url
string

The product URL (handle) in your store.

Example:

"interior-door"

hidden
boolean

Whether the product is hidden in your store front.

images
string<uri>[]
Example:
categories
object[]
options
object[]
variants
object[]
subscription
object

Subscription details for a subscription product.

file
string<uri>

Digital products only - URL of the digital file being sold.

Last modified on September 2, 2026