Get seller inventories for confirmation API Query

QuestionsGet seller inventories for confirmation API Query
integrations@anchanto.com asked 1 year ago

In the response of this api, there is a field by the name “is_primary” . What does the field signify ?
 

{
    "seller_inventories": [
        {
            "id": 558,
            "seller_id": 871,
            "is_primary": false,
            "name": "Seller Alice Shop Hà Nội",
            "status": 1,
            "address": {
                "street": "01 đường số 2",
                "ward": "Xã Đông Xuân",
                "district": "Huyện Sóc Sơn",
                "region": "Hà Nội",
                "country": "Viet Nam"
            },
            "type": "requisition"
        },