Products
Specifies the page number of the current dataset.
1Specifies the row count of the current page.
10Value to search in the marketplace catalog.
Specifies the communication language of the API.
OK
Unauthorized
Unexpected error.
GET /api/i2/products/search/?query=text HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "https://seller-center.akinon.com/api/i2/resource?page=2&limit=10",
"previous": null,
"results": [
{
"id": "9db60fcc-90ff-4ce3-9761-57d8bdf138d4",
"name": "Akinon Red T-shirt",
"base_code": "AKN-TSHRT",
"sku": "AKN-TSHRT",
"category": "07be580a-ad72-4778-b309-1d02d6c2acec",
"attributes": {
"COLOR": "Red",
"SIZE": "S",
"ESTIMATED_SHIPPING_DURATION": 1
},
"images": [
"https://placehold.co/1920x1080?text=Akinon%20Red%20T-shirt"
],
"videos": [
"https://placehold.co/1920x1080.mp4?text=Akinon%20Red%20T-shirt"
],
"updated_at": "2025-12-01T08:03:02.505Z",
"created_at": "2025-12-01T08:03:02.505Z"
}
]
}Specifies the page number of the current dataset.
1Specifies the row count of the current page.
10Filter by exact value of the name field.
Filter by values in the name field that contain the specified string (case-sensitive).
Filter by values in the name field that contain the specified string (case-insensitive).
Filter by exact value of the base_code field.
Filter by values in the base_code field that contain the specified string (case-sensitive).
Filter by values in the base_code field that contain the specified string (case-insensitive).
Filter by exact value of the sku field.
Filter by values in the sku field that contain the specified string (case-sensitive).
Filter by values in the sku field that contain the specified string (case-insensitive).
Filter by exact value of the category field.
Filter by category field using a comma-separated list (CSV format).
Filter by exact value of the attribute with the specified key.
Filter by exact (case-insensitive) value of the attribute with the specified key.
Filter by values in the attribute with the specified key that contain the specified string (case-sensitive).
Filter by values in the attribute with the specified key that contain the specified string (case-insensitive).
Filter by values in the attribute with the specified key that start with the specified string.
Filter by values in the attribute with the specified key that start with the specified string (case-insensitive).
Filter by values in the attribute with the specified key that end with the specified string.
Filter by values in the attribute with the specified key that end with the specified string (case-insensitive).
Indicates whether the product is approved.
trueFilters data where the "updated_at" field is exactly equal to a specified value.
Filters data where the "updated_at" field is greater than a specified value.
Filters data where the "updated_at" field is greater than or equal to a specified value.
Filters data where the "updated_at" field is less than a specified value.
Filters data where the "updated_at" field is less than or equal to a specified value.
Filters data where the "created_at" field is exactly equal to a specified value.
Filters data where the "created_at" field is greater than a specified value.
Filters data where the "created_at" field is greater than or equal to a specified value.
Filters data where the "created_at" field is less than a specified value.
Filters data where the "created_at" field is less than or equal to a specified value.
Specifies the communication language of the API.
OK
Unauthorized
Unexpected error.
GET /api/i2/products/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "https://seller-center.akinon.com/api/i2/resource?page=2&limit=10",
"previous": null,
"results": [
{
"name": "Akinon Red T-shirt",
"base_code": "AKN-TSHRT",
"sku": "AKN-TSHRT",
"category": "07be580a-ad72-4778-b309-1d02d6c2acec",
"attributes": {
"COLOR": "Red",
"SIZE": "S",
"ESTIMATED_SHIPPING_DURATION": 1
},
"images": [
"https://placehold.co/1920x1080?text=Akinon%20Red%20T-shirt"
],
"videos": [
"https://placehold.co/1920x1080.mp4?text=Akinon%20Red%20T-shirt"
],
"prices": [
{
"price_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"currency_type": "USD",
"retail_price": "99.99",
"price": "89.99",
"tax_rate": "0.08"
}
],
"stocks": [
{
"stock_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"unit_type": "qty",
"stock": "90",
"sold_quantity_unreported": "10"
}
],
"updated_at": "2025-12-01T08:03:02.505Z",
"created_at": "2025-12-01T08:03:02.505Z"
}
]
}Specifies the communication language of the API.
Name of the product.
Akinon Red T-shirtBase code associated with the product.
AKN-TSHRTStock Keeping Unit (SKU) code for the product.
AKN-TSHRTUnique identifier for the category associated with the product.
07be580a-ad72-4778-b309-1d02d6c2acecUnique identifier for the product can be found in the catalog (PRD108). This value is used to link the product that is being processed to the given catalog product.
e7ff9b80-6c00-4730-b99c-d9c5d0ba4a30Attributes associated with the product.
{}Example: {"COLOR":"Red","SIZE":"S","ESTIMATED_SHIPPING_DURATION":1}Images associated with the product.
https://placehold.co/1920x1080?text=Akinon%20Red%20T-shirtVideos associated with the product.
https://placehold.co/1920x1080.mp4?text=Akinon%20Red%20T-shirtDetermines whether the product, once approved, will be restricted to the other sellers. If set to false, the product will be available to all sellers.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
POST /api/i2/products/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 659
[
{
"name": "Akinon Red T-shirt",
"base_code": "AKN-TSHRT",
"sku": "AKN-TSHRT",
"category": "07be580a-ad72-4778-b309-1d02d6c2acec",
"product": "e7ff9b80-6c00-4730-b99c-d9c5d0ba4a30",
"attributes": {
"COLOR": "Red",
"SIZE": "S",
"ESTIMATED_SHIPPING_DURATION": 1
},
"images": [
"https://placehold.co/1920x1080?text=Akinon%20Red%20T-shirt"
],
"videos": [
"https://placehold.co/1920x1080.mp4?text=Akinon%20Red%20T-shirt"
],
"prices": [
{
"price_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"currency_type": "USD",
"retail_price": "99.99",
"price": "89.99",
"tax_rate": "0.08"
}
],
"stocks": [
{
"stock_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"stock": "90",
"unit_type": "qty"
}
],
"restrict_for_others": null
}
]{
"batch_request_id": "4b306686-cabb-4dd4-bf28-31679957c229"
}Specifies the communication language of the API.
Stock Keeping Unit (SKU) code for the product.
AKN-TSHRT-RDOK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
DELETE /api/i2/products/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 24
[
{
"sku": "AKN-TSHRT-RD"
}
]{
"batch_request_id": "4b306686-cabb-4dd4-bf28-31679957c229"
}Specifies the communication language of the API.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
POST /api/i2/products/prices-and-stocks/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 238
[
{
"sku": "AKN-TSHRT-RD",
"price_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"currency_type": "USD",
"retail_price": "99.99",
"price": "89.99",
"tax_rate": "0.08",
"stock_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"stock": "90",
"unit_type": "qty"
}
]{
"batch_request_id": "4b306686-cabb-4dd4-bf28-31679957c229"
}Specifies the communication language of the API.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
POST /api/i2/products/prices/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 155
[
{
"sku": "AKN-TSHRT-RD",
"price_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"currency_type": "USD",
"retail_price": "99.99",
"price": "89.99",
"tax_rate": "0.08"
}
]{
"batch_request_id": "4b306686-cabb-4dd4-bf28-31679957c229"
}Specifies the communication language of the API.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Unexpected error.
POST /api/i2/products/stocks/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 107
[
{
"sku": "AKN-TSHRT-RD",
"stock_list": "4c7c6e4e-2655-4e9b-8012-69395b40b0cf",
"stock": "90",
"unit_type": "qty"
}
]{
"batch_request_id": "4b306686-cabb-4dd4-bf28-31679957c229"
}OK
Unauthorized
Given resource or object is not found or available.
Unexpected error.
GET /api/i2/products/batch-requests/{id} HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "f3909f53-a535-40cc-8d50-de0cd047aedd",
"registry": "Resource (Reference Number)",
"request_file": "https://akinon.com/imports/f3909f53-a535-40cc-8d50-de0cd047aedd.json",
"success_file": "https://akinon.com/imports/f3909f53-a535-40cc-8d50-de0cd047aedd-s.json",
"error_file": "https://akinon.com/imports/f3909f53-a535-40cc-8d50-de0cd047aedd-e.json",
"status": 1,
"state": {
"total": 1,
"succeeded": 1,
"failed": 1
},
"processed_in": 1,
"updated_at": "2025-12-01T08:03:02.505Z",
"created_at": "2025-12-01T08:03:02.505Z"
}Last updated
Was this helpful?

