Home > @vsf-enterprise/sapcc-api > GetProductReferencesProps

GetProductReferencesProps interface

Properties passed to getProductReferences API function.

Signature:

export interface GetProductReferencesProps extends BaseProps 

Extends: BaseProps

Properties

Property Type Description
pageSize? number (Optional) Maximum number of results to be returned.
productCode string Unique identifier of a product to search references for.
referenceType? keyof typeof ProductReferenceTypeEnum (Optional) Type of references to search for, one of ProductReferenceTypeEnum values.