Get Product
Products API
Get Product
Retrieve a specific product from your catalog by its ID
GET
Get Product
Overview
The get product endpoint allows you to retrieve detailed information about a specific product in your catalog using its unique identifier.Authentication
This endpoint requires a valid JWT token in thex-auth-token header. You can find your token in the Developers section:
Path Parameters
string
required
The unique identifier of the product you want to retrieve
Response
The response includes the following fields:string
The unique identifier of the product
string
The URL where the product can be viewed
string
The URL of the product’s main image
string
The product’s title
string
The product’s description
string
The product’s handle/slug
array
Array of product variants
array
Array of collections the product belongs to
boolean
Indicates if the product is currently available