Catalogs
This method returns details about a specific category node, including its ID, name, path, and depth in the category hierarchy. It also includes the number of child nodes, sorting order, associated pretty URL, and timestamps for creation and modification.
Token-based authentication with required prefix "Token"
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 created_date used to filter results based on specific conditions.
Query parameter depth 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.
Limits the number of results returned in the response.
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 numchild used to filter results based on specific conditions.
Query parameter order used to filter results based on specific conditions.
Query parameter page used to filter results based on specific conditions.
Query parameter path used to filter results based on specific conditions.
Query parameter pretty_url used to filter results based on specific conditions.
Query parameter sort used to filter results based on specific conditions.
Query parameter sort_option 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/catalogs/category-nodes/ 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": [
{
"attributes": null,
"attributes_kwargs": null,
"created_date": "2025-12-01T15:07:49.783Z",
"depth": 1,
"id": 1,
"localized_attributes": null,
"localized_attributes_kwargs": null,
"modified_date": "2025-12-01T15:07:49.783Z",
"name": "text",
"numchild": 1,
"order": 1,
"path": "text",
"pretty_url": 1,
"sort_option": 1,
"uuid": "123e4567-e89b-12d3-a456-426614174000"
}
]
}This method returns details about a specific category node, including its ID, name, path, and depth in the category hierarchy. It also includes the number of child nodes, sorting order, associated pretty URL, and timestamps for creation and modification. This endpoint retrieves a specific record by its unique identifier.
Token-based authentication with required prefix "Token"
A unique integer value identifying this category node.
Successful response for status code 200.
Object not found.
GET /api/v1/remote/1/data-warehouse/catalogs/category-nodes/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"attributes": null,
"attributes_kwargs": null,
"created_date": "2025-12-01T15:07:49.783Z",
"depth": 1,
"id": 1,
"localized_attributes": null,
"localized_attributes_kwargs": null,
"modified_date": "2025-12-01T15:07:49.783Z",
"name": "text",
"numchild": 1,
"order": 1,
"path": "text",
"pretty_url": 1,
"sort_option": 1,
"uuid": "123e4567-e89b-12d3-a456-426614174000"
}This method returns details about a specific product’s price, including its ID, price type (e.g., 'default'), currency type, retail price, tax rate, and the actual price. It also provides any extra fields and the associated product ID.
Token-based authentication with required prefix "Token"
Query parameter created_date used to filter results based on specific conditions.
Query parameter currency_type 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.
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 page used to filter results based on specific conditions.
Query parameter price used to filter results based on specific conditions.
Query parameter price_type used to filter results based on specific conditions.
Query parameter product used to filter results based on specific conditions.
Query parameter retail_price used to filter results based on specific conditions.
Query parameter sort used to filter results based on specific conditions.
Query parameter tax_rate used to filter results based on specific conditions.
Successful response for status code 200.
GET /api/v1/remote/1/data-warehouse/catalogs/product-prices/ 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-12-01T15:07:49.783Z",
"currency_type": "try",
"extra_field": null,
"id": 1,
"modified_date": "2025-12-01T15:07:49.783Z",
"price": "text",
"price_type": "default",
"product": 1,
"retail_price": "text",
"tax_rate": "text"
}
]
}This method returns details about a specific product’s price, including its ID, price type (e.g., 'default'), currency type, retail price, tax rate, and the actual price. It also provides any extra fields and the associated product ID. This endpoint retrieves a specific record by its unique identifier.
Token-based authentication with required prefix "Token"
A unique integer value identifying this product price.
Successful response for status code 200.
Object not found.
GET /api/v1/remote/1/data-warehouse/catalogs/product-prices/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"created_date": "2025-12-01T15:07:49.783Z",
"currency_type": "try",
"extra_field": null,
"id": 1,
"modified_date": "2025-12-01T15:07:49.783Z",
"price": "text",
"price_type": "default",
"product": 1,
"retail_price": "text",
"tax_rate": "text"
}Retrieve data from /api/v1/data-warehouse/catalogs/product-stocks/ endpoint.
Token-based authentication with required prefix "Token"
Query parameter created_date 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.
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 page used to filter results based on specific conditions.
Query parameter product used to filter results based on specific conditions.
Query parameter sold_quantity_unreported used to filter results based on specific conditions.
Query parameter sort used to filter results based on specific conditions.
Query parameter stock used to filter results based on specific conditions.
Query parameter unit_type used to filter results based on specific conditions.
Successful response for status code 200.
GET /api/v1/remote/1/data-warehouse/catalogs/product-stocks/ 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-12-01T15:07:49.783Z",
"extra_field": null,
"id": 1,
"modified_date": "2025-12-01T15:07:49.783Z",
"product": 1,
"sold_quantity_unreported": 1,
"stock": 1,
"unit_type": "qty"
}
]
}Retrieve data from /api/v1/data-warehouse/catalogs/product-stocks/ endpoint. This endpoint retrieves a specific record by its unique identifier.
Token-based authentication with required prefix "Token"
A unique integer value identifying this product stock.
Successful response for status code 200.
Object not found.
GET /api/v1/remote/1/data-warehouse/catalogs/product-stocks/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"created_date": "2025-12-01T15:07:49.783Z",
"extra_field": null,
"id": 1,
"modified_date": "2025-12-01T15:07:49.783Z",
"product": 1,
"sold_quantity_unreported": 1,
"stock": 1,
"unit_type": "qty"
}Was this helpful?

