Alokai

GetInventoryParams

Parameters for the getInventory API endpoint

interface GetInventoryParams {
	sku: string | string[];
	supplyChannel?: string;
}

Properties

NameRequiredTypeDescription
skuRequiredstring | string[]Product SKU
supplyChannelOptionalstringProduct Supply Channel

On this page