Receivings
You may find descriptions of endpoints for work with receivings bellow.
Authorizations
Header parameters
x-api-keystringRequired
This is the eshop key you receive during onboarding.
authorizationstringRequired
Token you get from calling /users/login
Body
pageinteger · min: 1OptionalDefault:
Page number, can be used for pagination
1
Example: 1
itemsinteger · min: 1 · max: 1000OptionalDefault:
items per page
10
Example: 30
Responses
200
Success response
application/json
401
Unauthorized response
application/json
post
POST /v2/receivings/filter HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 200
{
"page": 1,
"items": 30,
"columns": [
"estimatedDelivery",
"duty",
"eshopReceivingId"
],
"sorts": [
{
"column": "estimatedDelivery",
"direction": "DESC"
}
],
"filters": [
[
{
"column": "duty",
"operator": "eq",
"value": true
}
]
]
}
{
"statusCode": 200,
"message": "text",
"data": {
"data": [
{
"eshopReceivingId": "text",
"description": "text",
"trackingNumber": "text",
"supplier": "text",
"estimatedDelivery": "2025-07-05",
"handlingUnits": "box_loose",
"carrierInfo": "text",
"deliveryNoteNumber": "text",
"deliveryType": "courier",
"urgent": "ok",
"duty": true,
"unitsAmount": 1,
"driverCompany": "text",
"driverTrailerLicensePlate": "text",
"driverName": "text",
"driverPhone": "text",
"driverDispatcherContact": "text",
"eshopNote": "text"
}
],
"request": {
"page": 1,
"items": 30,
"columns": [
"estimatedDelivery",
"duty",
"eshopReceivingId"
],
"sorts": [
{
"column": "estimatedDelivery",
"direction": "DESC"
}
],
"filters": [
[
{
"column": "duty",
"operator": "eq",
"value": true
}
]
]
},
"totalCount": 430
}
}
Authorizations
Path parameters
eshopReceivingIdstringRequired
Header parameters
x-api-keystringRequired
This is the eshop key you receive during onboarding.
authorizationstringRequired
Token you get from calling /users/login
Responses
200
Success response
application/json
401
Unauthorized response
application/json
404
Not found response
application/json
get
GET /v2/receivings/{eshopReceivingId} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Accept: */*
{
"statusCode": 200,
"message": "text",
"data": {
"eshopReceivingId": "text",
"description": "text",
"trackingNumber": "text",
"supplier": "text",
"estimatedDelivery": "2025-07-05",
"handlingUnits": "box_loose",
"carrierInfo": "text",
"deliveryNoteNumber": "text",
"deliveryType": "courier",
"urgent": "ok",
"duty": true,
"unitsAmount": 1,
"driverCompany": "text",
"driverTrailerLicensePlate": "text",
"driverName": "text",
"driverPhone": "text",
"driverDispatcherContact": "text",
"eshopNote": "text",
"products": [
{
"sku": "text",
"quantity": 1,
"lot": "text",
"expirationDate": "2025-07-05",
"productPrice": 1,
"lineState": "E"
}
],
"packagings": [
{
"packagingType": "non_returnable_pallet",
"pallet": "pallet_100x120_ippc",
"quantity": 1
}
],
"status": "awaiting"
}
}
Authorizations
Header parameters
x-api-keystringRequired
This is the eshop key you receive during onboarding.
authorizationstringRequired
Token you get from calling /users/login
Body
eshopReceivingIdstring · min: 1Required
descriptionstring · min: 1Optional
trackingNumberstring · min: 1Optional
supplierstring · min: 1Optional
estimatedDeliverystring · dateRequired
handlingUnitsstring · enumRequiredPossible values:
carrierInfostring · min: 1Optional
deliveryNoteNumberstring · min: 1Optional
deliveryTypestring · enumOptionalPossible values:
urgentstring · enumOptionalPossible values:
dutybooleanOptional
unitsAmountnumber · min: 1Required
driverCompanystringOptional
driverTrailerLicensePlatestringOptional
driverNamestringOptional
driverPhonestringOptional
driverDispatcherContactstringOptional
eshopNotestringOptional
Responses
200
Success response
application/json
401
Unauthorized response
application/json
409
Conflict response
application/json
post
POST /v2/receivings HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 636
{
"eshopReceivingId": "text",
"description": "text",
"trackingNumber": "text",
"supplier": "text",
"estimatedDelivery": "2025-07-05",
"handlingUnits": "box_loose",
"carrierInfo": "text",
"deliveryNoteNumber": "text",
"deliveryType": "courier",
"urgent": "ok",
"duty": true,
"unitsAmount": 1,
"driverCompany": "text",
"driverTrailerLicensePlate": "text",
"driverName": "text",
"driverPhone": "text",
"driverDispatcherContact": "text",
"eshopNote": "text",
"products": [
{
"sku": "text",
"quantity": 1,
"lot": "text",
"expirationDate": "2025-07-05",
"productPrice": 1,
"lineState": "E"
}
],
"packagings": [
{
"packagingType": "non_returnable_pallet",
"pallet": "pallet_100x120_ippc",
"quantity": 1
}
]
}
{
"statusCode": 200,
"message": "text",
"data": {
"eshopReceivingId": "text",
"description": "text",
"trackingNumber": "text",
"supplier": "text",
"estimatedDelivery": "2025-07-05",
"handlingUnits": "box_loose",
"carrierInfo": "text",
"deliveryNoteNumber": "text",
"deliveryType": "courier",
"urgent": "ok",
"duty": true,
"unitsAmount": 1,
"driverCompany": "text",
"driverTrailerLicensePlate": "text",
"driverName": "text",
"driverPhone": "text",
"driverDispatcherContact": "text",
"eshopNote": "text",
"products": [
{
"sku": "text",
"quantity": 1,
"lot": "text",
"expirationDate": "2025-07-05",
"productPrice": 1,
"lineState": "E"
}
],
"packagings": [
{
"packagingType": "non_returnable_pallet",
"pallet": "pallet_100x120_ippc",
"quantity": 1
}
],
"status": "awaiting"
}
}
Authorizations
Path parameters
eshopReceivingIdstringRequired
Header parameters
x-api-keystringRequired
This is the eshop key you receive during onboarding.
authorizationstringRequired
Token you get from calling /users/login
Body
eshopReceivingIdstring · min: 1Required
descriptionstring · min: 1Optional
trackingNumberstring · min: 1Optional
supplierstring · min: 1Optional
estimatedDeliverystring · dateRequired
handlingUnitsstring · enumRequiredPossible values:
carrierInfostring · min: 1Optional
deliveryNoteNumberstring · min: 1Optional
deliveryTypestring · enumOptionalPossible values:
urgentstring · enumOptionalPossible values:
dutybooleanOptional
unitsAmountnumber · min: 1Required
driverCompanystringOptional
driverTrailerLicensePlatestringOptional
driverNamestringOptional
driverPhonestringOptional
driverDispatcherContactstringOptional
eshopNotestringOptional
statusstring · enumOptionalPossible values:
Responses
200
Success response
application/json
401
Unauthorized response
application/json
404
Not found response
application/json
put
PUT /v2/receivings/{eshopReceivingId} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 656
{
"eshopReceivingId": "text",
"description": "text",
"trackingNumber": "text",
"supplier": "text",
"estimatedDelivery": "2025-07-05",
"handlingUnits": "box_loose",
"carrierInfo": "text",
"deliveryNoteNumber": "text",
"deliveryType": "courier",
"urgent": "ok",
"duty": true,
"unitsAmount": 1,
"driverCompany": "text",
"driverTrailerLicensePlate": "text",
"driverName": "text",
"driverPhone": "text",
"driverDispatcherContact": "text",
"eshopNote": "text",
"products": [
{
"sku": "text",
"quantity": 1,
"lot": "text",
"expirationDate": "2025-07-05",
"productPrice": 1,
"lineState": "E"
}
],
"packagings": [
{
"packagingType": "non_returnable_pallet",
"pallet": "pallet_100x120_ippc",
"quantity": 1
}
],
"status": "canceled"
}
{
"statusCode": 200,
"message": "text",
"data": {
"eshopReceivingId": "text",
"description": "text",
"trackingNumber": "text",
"supplier": "text",
"estimatedDelivery": "2025-07-05",
"handlingUnits": "box_loose",
"carrierInfo": "text",
"deliveryNoteNumber": "text",
"deliveryType": "courier",
"urgent": "ok",
"duty": true,
"unitsAmount": 1,
"driverCompany": "text",
"driverTrailerLicensePlate": "text",
"driverName": "text",
"driverPhone": "text",
"driverDispatcherContact": "text",
"eshopNote": "text",
"products": [
{
"sku": "text",
"quantity": 1,
"lot": "text",
"expirationDate": "2025-07-05",
"productPrice": 1,
"lineState": "E"
}
],
"packagings": [
{
"packagingType": "non_returnable_pallet",
"pallet": "pallet_100x120_ippc",
"quantity": 1
}
],
"status": "awaiting"
}
}
Last updated