Skip to main content
GET
Get Product

Get Product

Returns a single product by its unique ID.

Request

Parameters

id
string
required
The product to retrieve. Accepts either the UUID product ID or the 6-digit numeric product ID.

Response

Returns the product as a bare object under the product key. Money fields are returned as decimal strings and IDs are numeric. The header X-LMS-Api-Version advertises the contract version.
product
object
The product object

Example Response

Error Response

If no product matches the given ID, a Shopify-style { errors } body is returned with HTTP 404: