SapccApiGetProductReferencesRequest
Request parameters for getProductReferences operation in SapccApi. SapccApiGetProductReferencesRequest
interface SapccApiGetProductReferencesRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly pageSize?: number;
readonly productCode: string;
readonly referenceType?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetProductReferences |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetProductReferences |
pageSize | Optional | number | Number of results returned per page. {number} SapccApiGetProductReferences |
productCode | Required | string | Product identifier. {string} SapccApiGetProductReferences |
referenceType | Optional | string | Comma-separated list of reference types. If not specified, all types of product references will be used. Example: ACCESSORIES,BASE_PRODUCT. {string} SapccApiGetProductReferences |