@elastic-suite/gally-admin-shared
Version:
Shared package for gally admin BO
29 lines (28 loc) • 473 B
JSON
{
"@context": "/contexts/ProductSortingOption",
"@id": "/product_sorting_options",
"@type": "hydra:Collection",
"hydra:member": [
{
"code": "position",
"label": "Position"
},
{
"code": "id",
"label": "Id"
},
{
"code": "stock.status",
"label": "Stock status"
},
{
"code": "sku",
"label": "Sku"
},
{
"code": "price",
"label": "Price"
}
],
"hydra:totalItems": 5
}