Alokai

SapccApiGetProductRequest

Request parameters for getProduct operation in SapccApi. SapccApiGetProductRequest

interface SapccApiGetProductRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly productCode: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetProduct
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetProduct
productCodeRequiredstringProduct identifier. {string} SapccApiGetProduct

On this page