Home > @infiniteobjects/shopify-service > ShopifyService > getProductById
Gets a product by its ID
Signature:
getProductById(id: number | string, includeMetafields?: boolean): Promise<IProduct>;
Parameter | Type | Description |
---|---|---|
id | number | string | |
includeMetafields | boolean | (Optional) |
Returns:
Promise<IProduct>