Get Features for a product
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('0d300ac7-0fc1-44de-8ee0-5089683b22c2');
Parameters
productUuid (required)
Type: string
The UUID of the Product
Return Type
For more information about this request see our API documentation on Product Feature Object