Alokai

GetProductBySkuParams

Parameters for the getProductBySku API endpoint

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

Properties

NameRequiredTypeDescription
skuRequiredstring

Referenced Types

On this page