ItemDefinitionsAPI interface
An interface representing getting item definitions related APIs
Methods
| get |
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
Promise<ItemDefinitionResult>
A promise that resolves with the result of the getting item definitions operation.