Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.winedirectfulfillment.com/llms.txt

Use this file to discover all available pages before exploring further.

WineDirect Fulfillment API Gateway UAT 1.0 OAS 3.0

Download OpenAPI Specification

Provides access to the Fulfillment system.

Detailed Documentation

From your code:

To use any of the endpoints, get the Bearer Token from the AccessToken endpoint, then pass that as a HttpHeader called Authorization like this on all calls. (C#) request.AddParameter(“Authorization”, token, ParameterType.HttpHeader);

From a browser:

Press the Authorize button and enter the Bearer Token from the AccessToken endpoint.