UpdateFulfillmentAssociation

Updates a fulfillment association.

Public Endpoint (no credentials required)

public static VyTask<VyFulfillmentAssociationDto> UpdateFulfillmentAssociation(VyUpdateFulfillmentAssociationRequest reqParams)

Path Parameters

reqParams

The request parameters for updating the fulfillment association.

Returns

VyTask<VyFulfillmentAssociationDto> A task that represents the asynchronous operation. The task result contains the updated fulfillment association.

Last updated