Skip to main content
Version: v2.5.0

Get All

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

Code Sample

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

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

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

Return Type

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