Skip to content

Commit 342baf1

Browse files
committed
Adds entity ID filter to product list
Enables filtering of products by entity ID. This enhancement allows for more specific product retrieval based on the entity they belong to.
1 parent 6c8f5b0 commit 342baf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/sdk/products/prodTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export interface CreateProductParams {
117117

118118
export interface ListProductsParams {
119119
customer_id?: string;
120+
entity_id?: string;
120121
}
121122

122123
export interface DeleteProductParams {

0 commit comments

Comments
 (0)