WineDirectFulfillment home page
Search...
⌘K
Ask AI
WineDirectFulfillment.com
Fulfillment Portal Login
Fulfillment Portal Login
Search...
Navigation
AccessToken
Once authenticated, use this see what permission you have and which accounts you have access to.
Documentation
API Guide
Release Notes
Status
Contact Us
API Documentation
WineDirect Fulfillment API Guide
AccessToken
POST
Creates an Access Token for an API User
GET
Once authenticated, use this to test your logged in status
GET
Once authenticated, how long does the Auth token have left before it expires.
GET
Once authenticated, use this see what permission you have and which accounts you have access to.
Finances
GET
Gets a list of Invoices based on a query
GET
Gets the invoice line items for an invoice
Inventories
GET
Gets a list of owned inventory
GET
Gets a list of sellable inventory.
GET
Gets a list of inventory Activity
POST
Creates a request to move inventory
GET
Gets a list of warehouses for specified customer
GET
Gets a list of subinventories for specified customer
Orders
GET
Gets multiple orders.
GET
Gets a single order based on the order number.
PATCH
Updates an existing order.
GET
Gets the full detail about an order
DEL
Deletes/Cancels an existing order.
POST
Uploads many orders all at once in a batch into a queue which can take 15 minutes to process.
GET
Gets a list orders on hold which can be updated via the Bulk Update endpoint
PATCH
Queues a list of orders to be updated with new properties.
GET
Gets a list of order statuses in the WineDirect interface system
POST
Gets a list of packing slips based on a list of IDs
GET
Gets a list of packing slips for an AccountNumber
GET
Gets a packing slip
Products
GET
Gets full product detail.
DEL
Deletes a Product
GET
Search for products that you are able to sell from the fulfillment system.
GET
Search for products that you supply to the fulfillment system.
POST
Creates a Wine Product
PATCH
Updates a Wine Product
POST
Creates a Non Wine Product
PATCH
Updates a Non Wine Product
POST
Creates a Bom Product
PATCH
Updates a Bom Product
Shipments
GET
Gets a list of shipments
GET
Gets a single shipment with detail
GET
Gets a list of order returns with details and optional personalizations
GET
Gets a list of Shipment Updates
GET
Gets a list of FedEx or UPS store locations where a hold of a shipment for an order is possible
Transfers
GET
Gets a single Inter-Center Transfer
GET
Query the Inter-Center Transfer system for transfers
PUT
Create an inter-warehouse Transfer.
GET
Gets a list of inventory-in orders within the WineDirect fulfillment system
POST
Creates a new Inventory-IN request ready to be Submitted in a subsequent step
DEL
Cancels an Inventory-IN request to be processed by WineDirect
PATCH
Submits an Inventory-IN request to be processed by WineDirect
GET
Gets the details about a specific inventory-in orders within the WineDirect fulfillment system
POST
Gets a list of inventory-out orders within the WineDirect fulfillment system
GET
Gets a detailed of a specific inventory-out in the WineDirect fulfillment system
DEL
Cancels specific inventory-out in the WineDirect fulfillment system
POST
Create and submit an inventory OUT in the WineDirect fulfillment system
AccessToken
Once authenticated, use this see what permission you have and which accounts you have access to.
GET
/
api
/
v1
/
AccessToken
/
AboutMe
Try it
Authorizations
Authorization
string
header
required
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
Response
200
OK
Was this page helpful?
Yes
No
Once authenticated, how long does the Auth token have left before it expires.
Gets a list of Invoices based on a query
Assistant
Responses are generated using AI and may contain mistakes.