Click or drag to resize
ListingWrapper.GetById Method
View Project on GitHub
Returns a buy and sell listings of a given item id from the trading post.

Namespace: GW2CSharp.V2.Unauthenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Listing GetById(
	int id
)

Parameters

id
Type: System.Int32
Item id

Return Value

Type: Listing
Buy and sell listings of a given item id.
See Also