Skip to main content
Version: Node SDK

Get All Products

Returns a list of all the products created by your Salable organization.

Code Sample

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

const salable = initSalable('{{API_KEY}}', 'v3');

const products = await salable.products.getAll();

Return Type

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