Method GetDeliveryBox
- Namespace
- GuildWars2.Commerce
- Assembly
- GuildWars2.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
accessTokenstringAn API key or subtoken.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(DeliveryBox Value, MessageContext Context)>
A task that represents the API request.