Skip to main content
POST
Creates a new Inventory-IN request ready to be Submitted in a subsequent step

Authorizations

Authorization
string
header
required

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

Body

application/json
supplierId
string
required

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

Minimum string length: 2
referenceNumber
string
required

Create any ID you wish. This ID will be needed in the SUBMIT or DELETE phase

Minimum string length: 1
deliveryMethodCode
string
required

The way this items is delivered (Code)

Minimum string length: 1
expectedDate
string<date-time>
required

When is the item expected

warehouseCode
string | null

The warehouse (Code)

pickupSiteId
integer<int32> | null

If the DeliveryMethodCode is WD_PICKUP then PickupSiteId is required. To get this code, use the API Help page, and select the 'Seller'.

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
string[] | null

The payload object of the response