Skip to main content
Version: Node SDK

Get Features

Returns a list of all the features associated with a product

Code Sample

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

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

const features = await salable.products.getFeatures();

Return Type

For more information about this request see our API documentation on Feature Object