Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

GetProductBySkuParams

Parameters for the getProductBySku API endpoint

export interface GetProductBySkuParams extends Pick<RequestVariables, "currency" | "country" | "customerGroupId" | "channel" | "locale"> {
	sku: string;
}

Properties

NameRequiredTypeDescription
skuRequiredstring

Referenced Types

On this page