Class ByProjectKeyProductProjectionsKeyByKeyRequestBuilder Constructors constructor new By Project Key Product Projections Key By Key Request Builder ( args ) : ByProjectKeyProductProjectionsKeyByKeyRequestBuilder Parameters args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { key : string ; projectKey : string ; } ; } Optional
base Uri ?: string path Args : { key : string ; projectKey : string ; } key : string project Key : string Properties Protected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { key : string ; projectKey : string ; } ; } Type declaration Optional
base Uri ?: string path Args : { key : string ; projectKey : string ; } key : string project Key : string Methods get get ( methodArgs ? ) : ApiRequest < ProductProjection > Parameters Optional
methodArgs : { headers ?: { [key : string ]: string | string [] ; } ; queryArgs ?: { expand ?: string | string [] ; localeProjection ?: string | string [] ; priceChannel ?: string ; priceCountry ?: string ; priceCurrency ?: string ; priceCustomerGroup ?: string ; staged ?: boolean ; storeProjection ?: string ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] Optional
query Args ?: { expand ?: string | string [] ; localeProjection ?: string | string [] ; priceChannel ?: string ; priceCountry ?: string ; priceCurrency ?: string ; priceCustomerGroup ?: string ; staged ?: boolean ; storeProjection ?: string ; [key : string ]: QueryParam ; } Optional
expand ?: string | string [] Optional
locale Projection ?: string | string [] Optional
price Channel ?: string Optional
price Country ?: string Optional
price Currency ?: string Optional
price Customer Group ?: string Optional
staged ?: boolean Optional
store Projection ?: string head head ( methodArgs ? ) : ApiRequest < void > Parameters Optional
methodArgs : { headers ?: { [key : string ]: string | string [] ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] Returns ApiRequest < void >
Gets the current or staged representation of a Product found by Key. When used with an API Client that has the
view_published_products:{projectKey}
scope, this endpoint only returns published (current) Product Projections.