Alokai

SapccApiGetProductsByIdsRequest

Request parameters for getProductsByIds operation in SapccApi. SapccApiGetProductsByIdsRequest

interface SapccApiGetProductsByIdsRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly productCodes: ProductCodes;
}

Properties

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

Referenced Types

On this page