Skip to main content
GET
Query Item Suppliers

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-runas
string

The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

itemId
integer<int32>
required

Response

The requested item suppliers.

ItemId
integer<int32>
required
SupplierId
integer<int32>
required
Sku
string
required

Item SKU from the supplier.

Example:

"ART2394871"

ItemName
string
required

Item name from the supplier.

Example:

"Interdimensional Goggles"

IsStandard
boolean
required

Defines the main supplier for the given item.

Example:

false

PurchasePriceNet
number<decimal>
required

Net purchase price from the supplier.

Example:

97.23

TaxRate
number<decimal>
required

Percent of VAT tax rate.

Example:

19

MinimumPurchaseQuantity
number<decimal>
required

The minimum purchase quantity from the supplier.

Example:

1

PermissibleOrderQuantity
number<decimal>
required

The permissible order quantity for the item from the supplier. The increments in which the item can be sold.

Example:

2

DeliveryTime
integer<int32>
required

Delivery time in days.

Example:

2

UseSupplierDeliveryTime
boolean
required

If set to true, Wawi will use the delivery time provided by the supplier and not by the item information. DeliveryTime will then be ignored.

Example:

false

Stocklevel
number<decimal>
required

Stock level of the item at the supplier.

Example:

34

IsDropshipping
boolean
required

Activates drop shipping for a given item and supplier.

Example:

false

MergeStockLevel
boolean
required

Forces Wawi to add the supplier's stock to your own stock.

Example:

false

Comment
string
required

Comment for the supplier.

Example:

"A custom comment"

PackagingUnit
string
required

Name of the packaging unit.

Example:

"box"

AmountPackagingUnit
number<decimal>
required

Quantity in a packaging unit.

Example:

1

PackagingUnitPurchasePriceNet
number<decimal>
required

Net purchase price from the supplier for a packaging unit.

Example:

94.21

ScalePrices
object[]
required

Scale prices from this supplier for the item.