Skip to main content
POST
Create and submit an inventory OUT in the WineDirect fulfillment system

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

The request to create

supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

Minimum string length: 2
warehouseCode
string
required

The warehouse (Code)

Minimum string length: 1
priority
string
required

The priority of this order

Minimum string length: 2
deliveryMethod
string
required

The delivery method

Minimum string length: 1
instructions
string | null

Any human readable instructions

lineItems
object[] | null

Response

200 - application/json

OK

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
object