Edit

Share via


ItemDefinitionsAPI interface

An interface representing getting item definitions related APIs

Methods

getItemDefinitions(ItemDefinitionInput)

Get the definitions of the item.

Method Details

getItemDefinitions(ItemDefinitionInput)

Get the definitions of the item.

function getItemDefinitions(input?: ItemDefinitionInput): Promise<ItemDefinitionResult>

Parameters

input
ItemDefinitionInput

The input is optional.

Returns

A promise that resolves with the result of the getting item definitions operation.