Method GetDeliveryBox
- Namespace
- GuildWars2.Commerce
- Assembly
- GW2SDK.dll
GetDeliveryBox(string?, MissingMemberBehavior, CancellationToken)
Retrieves information about items and coins ready for pickup from the Black Lion Trading Company. This endpoint is only accessible with a valid access token.
public Task<(DeliveryBox Value, MessageContext Context)> GetDeliveryBox(string? accessToken, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
accessToken
stringAn API key or subtoken.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(DeliveryBox Value, MessageContext Context)>
A task that represents the API request.