Products
You may find descriptions of endpoints for work with products below.
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
Page number, can be used for pagination
1
Example: 1
items per page
10
Example: 30
Success response
Unauthorized response
POST /v2/products/filter HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 178
{
"page": 1,
"items": 30,
"columns": [
"sku",
"guid",
"name"
],
"sorts": [
{
"column": "name",
"direction": "DESC"
}
],
"filters": [
[
{
"column": "productType",
"operator": "eq",
"value": "finalProduct"
}
]
]
}
{
"statusCode": 200,
"message": "text",
"data": {
"data": [
{
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"originCountry": "CZ",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"ageCheck": false,
"active": true,
"scanSerialNumber": true
}
],
"request": {
"page": 1,
"items": 30,
"columns": [
"sku",
"guid",
"name"
],
"sorts": [
{
"column": "name",
"direction": "DESC"
}
],
"filters": [
[
{
"column": "productType",
"operator": "eq",
"value": "finalProduct"
}
]
]
},
"totalCount": 430
}
}
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
Success response
Unauthorized response
Not found response
GET /v2/products/{sku} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Accept: */*
{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"originCountry": "CZ",
"scanSerialNumber": false,
"ageCheck": false,
"active": true
}
}
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
Success response
Unauthorized response
Not found response
GET /v2/products/guid/{guid} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Accept: */*
{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"originCountry": "CZ",
"scanSerialNumber": false,
"ageCheck": false,
"active": true
}
}
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
APPLEIPHONE13
Apple Iphone 13
Smartphone from Apple
20000
0194252698525
FIFO
Possible values: some useful information
finalProduct
Possible values: CZ
Info whether is necessary to check recipient age by delivery service
true
true
Success response
Unauthorized response
POST /v2/products HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 423
{
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"originCountry": "CZ",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"ageCheck": false,
"active": true,
"scanSerialNumber": true
}
{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"originCountry": "CZ",
"scanSerialNumber": false,
"ageCheck": false,
"active": true
}
}
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
APPLEIPHONE13
Apple Iphone 13
Smartphone from Apple
20000
0194252698525
FIFO
Possible values: some useful information
finalProduct
Possible values: CZ
Info whether is necessary to check recipient age by delivery service
true
true
Success response
Unauthorized response
Not found response
PUT /v2/products/{sku} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 423
{
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"originCountry": "CZ",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"ageCheck": false,
"active": true,
"scanSerialNumber": true
}
{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"originCountry": "CZ",
"scanSerialNumber": false,
"ageCheck": false,
"active": true
}
}
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
APPLEIPHONE13
Apple Iphone 13
Smartphone from Apple
20000
0194252698525
FIFO
Possible values: some useful information
finalProduct
Possible values: CZ
Info whether is necessary to check recipient age by delivery service
true
true
Success response
Unauthorized response
Not found response
PUT /v2/products/guid/{guid} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 423
{
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"originCountry": "CZ",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"ageCheck": false,
"active": true,
"scanSerialNumber": true
}
{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"sku": "APPLEIPHONE13",
"name": "Apple Iphone 13",
"description": "Smartphone from Apple",
"price": 20000,
"hsCode": "text",
"upc": "text",
"ean": "0194252698525",
"guid": "text",
"rop": 1,
"expMethod": "FIFO",
"mpn": "text",
"isbn": "text",
"note": "some useful information",
"productType": "finalProduct",
"customField1": "text",
"customField2": "text",
"customField3": "text",
"originCountry": "CZ",
"scanSerialNumber": false,
"ageCheck": false,
"active": true
}
}
Last updated