{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"item_id": 0,
"model": "string",
"sku": "string",
"barcode": "string",
"filter_name": "string",
"filter_brand_id": 0,
"filter_category": "string",
"filter_bundle": true,
"filter_date_modified": "string",
"filter_deleted": true,
"filter_channel_group_id": 0,
"page": 0,
"sort": "string",
"order": "string",
"limit": 0
}
{
"error": [
"string"
],
"total": 0,
"items": [
{
"item_id": 0,
"parent_id": 0,
"channel_group_id": 0,
"brand_id": 0,
"name": "string",
"description": "string",
"plain_description": "string",
"image": "string",
"images": [
{
"image": "string",
"set_id": 0,
"sort_order": 0
}
],
"model": "string",
"sku": "string",
"gtin": "string",
"barcode": "string",
"quantity": 0,
"price": 0,
"cost": 0,
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"total_added": 0,
"total_deducted": 0,
"average_cost": 0,
"pool_cost": 0,
"date_added": "string",
"date_modified": "string",
"locations": [
{
"location_id": 0,
"quantity": 0,
"price": 0,
"name": "string",
"stock_warning": 0,
"stock_danger": 0,
"location": "string"
}
],
"customer_groups": [
{
"customer_group_id": 0,
"name": "string",
"price": 0
}
],
"categories": [
{
"category_id": 0,
"name": "string"
}
],
"translations": [
{
"language_id": 0,
"name": "string",
"description": "string",
"plain_description": "string"
}
],
"bundle": true,
"item_bundles": [
{
"bundle_item_id": 0,
"name": "string",
"quantity": 0
}
],
"deleted": true
}
]
}