Skip to main content
Version: Node SDK

Get One

Returns the details of a single product.

Code Sample

import { Salable } from '@salable/node-sdk';

const salable = new Salable('{{API_KEY}}');

const product = await salable.products.getOne('{{PRODUCT_UUID}}');

Parameters

productUuid (required)

Type: string

The uuid of the Product to be returned

Return Type

For more information about this request see our API documentation on product object