Skip to main content
Version: Node SDK

Get Plans

Returns a list of all the plans associated with a product

Code Sample

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

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

const plans = await salable.products.getPlans();

Return Type

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