Table of Contents

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 string

An API key or subtoken.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(DeliveryBox Value, MessageContext Context)>

A task that represents the API request.