Gets Item detail by an Item ID while returning values for specified item characteristics.
Method | GetItemByItemIDWithCharacteristics |
The request body is of type GetItemByItemIDWithCharacteristics.
Name | Description | Data Type |
---|---|---|
ItemID | The identifier of the item. | xml:int |
CharacteristicPaths | A comma-separated list of item type characteristic Family/Name paths. | xml:string |
Options | xml:string |
// Example: Get item information along sith Specification family // characteristics of Color and Size MakeAJAXCall("Inventory.GetItemByItemIDWithCharacteristics", { ItemID: 579, CharacteristicPaths: "Specifications/Size, Specifications/Color" }, console.log)
The response body is of type GetItemByItemIDWithCharacteristicsResponse.
Name | Description | Data Type |
---|---|---|
GetItemByItemIDWithCharacteristicsResult | A string value in JSON format describing the results. | xml:string |