GetFulfillment

Retrieves a fulfillment by ID.

Public Endpoint (no credentials required)

public static VyTask<VyFulfillmentDto> GetFulfillment(string id)

Path Parameters

Returns

VyTask<VyFulfillmentDto> A task that represents the asynchronous operation. The task result contains the fulfillment data.

Last updated