Retrieves a fulfillment by ID.
Last updated 1 year ago
Public Endpoint (no credentials required)
public static VyTask<VyFulfillmentDto> GetFulfillment(string id)
Path Parameters
Returns
VyTask<> A task that represents the asynchronous operation. The task result contains the fulfillment data.
// COMING SOON!