Products
This method retrieves image data for products, including image links and associated metadata such as the image dimensions, status, and the product to which the image belongs.
Token-based authentication with required prefix "Token"
Query parameter created_date used to filter results based on specific conditions.
Query parameter height used to filter results based on specific conditions.
Query parameter id used to filter results based on specific conditions.
Filters records where id is greater than the given value.
Filters records where id is greater than or equal to the given value.
Filters records where id is less than the given value.
Filters records where id is less than or equal to the given value.
Query parameter image used to filter results based on specific conditions.
Limits the number of results returned in the response.
Query parameter modified_date used to filter results based on specific conditions.
Filters records where modified_date is greater than the given value.
Filters records where modified_date is greater than or equal to the given value.
Filters records where modified_date is less than the given value.
Filters records where modified_date is less than or equal to the given value.
Query parameter order used to filter results based on specific conditions.
Query parameter page used to filter results based on specific conditions.
Query parameter product used to filter results based on specific conditions.
Query parameter sort used to filter results based on specific conditions.
Query parameter status used to filter results based on specific conditions.
Query parameter width used to filter results based on specific conditions.
Successful response for status code 200.
GET /api/v1/remote/1/data-warehouse/products/product-images/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
Successful response for status code 200.
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"created_date": "2025-11-30T12:51:26.756Z",
"height": 1,
"id": 1,
"image": "https://example.com",
"modified_date": "2025-11-30T12:51:26.756Z",
"order": 1,
"product": 1,
"status": "active",
"width": 1
}
]
}This method retrieves image data for products, including image links and associated metadata such as the image dimensions, status, and the product to which the image belongs. This endpoint retrieves a specific record by its unique identifier.
Token-based authentication with required prefix "Token"
A unique integer value identifying this product image.
Successful response for status code 200.
Object not found.
GET /api/v1/remote/1/data-warehouse/products/product-images/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"created_date": "2025-11-30T12:51:26.756Z",
"height": 1,
"id": 1,
"image": "https://example.com",
"modified_date": "2025-11-30T12:51:26.756Z",
"order": 1,
"product": 1,
"status": "active",
"width": 1
}This method retrieves detailed information about the available products, including attributes, product types, and various configurations.
Token-based authentication with required prefix "Token"
Query parameter attribute_set used to filter results based on specific conditions.
Query parameter attributes used to filter results based on specific conditions.
Query parameter attributes_kwargs used to filter results based on specific conditions.
Query parameter base_code used to filter results based on specific conditions.
Query parameter created_date used to filter results based on specific conditions.
Query parameter custom_attribute_set used to filter results based on specific conditions.
Query parameter data_source used to filter results based on specific conditions.
Query parameter extra_attributes used to filter results based on specific conditions.
Query parameter group_products used to filter results based on specific conditions.
Query parameter id used to filter results based on specific conditions.
Filters records where id is greater than the given value.
Filters records where id is greater than or equal to the given value.
Filters records where id is less than the given value.
Filters records where id is less than or equal to the given value.
Query parameter is_active used to filter results based on specific conditions.
Query parameter is_form_required used to filter results based on specific conditions.
Query parameter is_listable used to filter results based on specific conditions.
Query parameter is_seller_product used to filter results based on specific conditions.
Limits the number of results returned in the response.
Query parameter listable_product used to filter results based on specific conditions.
Query parameter listing_code used to filter results based on specific conditions.
Query parameter localized_attributes used to filter results based on specific conditions.
Query parameter localized_attributes_kwargs used to filter results based on specific conditions.
Query parameter modified_date used to filter results based on specific conditions.
Filters records where modified_date is greater than the given value.
Filters records where modified_date is greater than or equal to the given value.
Filters records where modified_date is less than the given value.
Filters records where modified_date is less than or equal to the given value.
Query parameter name used to filter results based on specific conditions.
Query parameter page used to filter results based on specific conditions.
Query parameter parent used to filter results based on specific conditions.
Query parameter pretty_url used to filter results based on specific conditions.
Query parameter product_type used to filter results based on specific conditions.
Query parameter sku used to filter results based on specific conditions.
Query parameter sort used to filter results based on specific conditions.
Query parameter uuid used to filter results based on specific conditions.
Successful response for status code 200.
GET /api/v1/remote/1/data-warehouse/products/products/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
Successful response for status code 200.
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"attribute_set": 1,
"attributes": null,
"attributes_kwargs": null,
"base_code": "text",
"created_date": "2025-11-30T12:51:26.756Z",
"custom_attribute_set": 1,
"data_source": 1,
"extra_attributes": null,
"group_products": [
1
],
"id": 1,
"is_active": true,
"is_form_required": true,
"is_listable": true,
"is_seller_product": true,
"listable_product": 1,
"listing_code": "text",
"localized_attributes": null,
"localized_attributes_kwargs": null,
"modified_date": "2025-11-30T12:51:26.756Z",
"name": "text",
"parent": 1,
"pretty_url": 1,
"product_type": "-1",
"sku": "text",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
}
]
}This method retrieves detailed information about the available products, including attributes, product types, and various configurations. This endpoint retrieves a specific record by its unique identifier.
Token-based authentication with required prefix "Token"
A unique integer value identifying this product.
Successful response for status code 200.
Object not found.
GET /api/v1/remote/1/data-warehouse/products/products/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"attribute_set": 1,
"attributes": null,
"attributes_kwargs": null,
"base_code": "text",
"created_date": "2025-11-30T12:51:26.756Z",
"custom_attribute_set": 1,
"data_source": 1,
"extra_attributes": null,
"group_products": [
1
],
"id": 1,
"is_active": true,
"is_form_required": true,
"is_listable": true,
"is_seller_product": true,
"listable_product": 1,
"listing_code": "text",
"localized_attributes": null,
"localized_attributes_kwargs": null,
"modified_date": "2025-11-30T12:51:26.756Z",
"name": "text",
"parent": 1,
"pretty_url": 1,
"product_type": "-1",
"sku": "text",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
}Was this helpful?

