OVIRO LogoOVIRO
Quản lý sản phẩm (PIM)Nhóm bộ lọc

Product Filter Group Object

Cấu trúc đối tượng nhóm bộ lọc sản phẩm.

Schema

{
  "company_id": 1,
  "creator_id": 1,
  "id": 10,
  "name": "Bộ lọc theo hãng",
  "identifier": "filter-by-brand",
  "position": 1,
  "visibility": 1,
  "product_category_id_list": [1, 2],
  "date_created": 1600000000,
  "date_modified": 1600000000,
  "count_filter": 0
}

Field Descriptions

Tên trườngKiểu dữ liệuMô tả
idintegerID nhóm bộ lọc
namestringTên hiển thị nhóm bộ lọc
identifierstringĐịnh danh duy nhất (Slug)
positionintegerVị trí hiển thị (1: Sidebar, 3: Main)
visibilityintegerTrạng thái hiển thị (1: Always, 3: Dropdown, 5: Modal, 7: Drawer, 9: Collapse Show, 11: Collapse Hide)
product_category_id_listarrayDanh sách ID danh mục áp dụng (Rỗng = Áp dụng tất cả)
count_filterintegerSố lượng bộ lọc con (nếu được yêu cầu)
date_createdintegerThời gian tạo (Unix timestamp)
date_modifiedintegerThời gian cập nhật (Unix timestamp)

On this page