stack

Home > @infiniteobjects/shopify-service > ShopifyService > getProductById

ShopifyService.getProductById() method

Gets a product by its ID

Signature:

getProductById(id: number | string, includeMetafields?: boolean): Promise<IProduct>;

Parameters

Parameter Type Description
id number | string  
includeMetafields boolean (Optional)

Returns:

Promise<IProduct>