{
    "cursor": "string",
    "filter": {
        "offer_id": [
            "string"
        ],
        "product_id": [
            "string"
        ],
        "visibility": "ALL",
        "with_quant": {
            "created": true,
            "exists": true
        }
    },
    "limit": 0
}curl --location --request POST 'https://api-seller.ozon.ru/v4/product/info/stocks' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cursor": "string",
    "filter": {
        "offer_id": [
            "string"
        ],
        "product_id": [
            "string"
        ],
        "visibility": "ALL",
        "with_quant": {
            "created": true,
            "exists": true
        }
    },
    "limit": 0
}'{
    "cursor": "string",
    "items": [
        {
            "offer_id": "string",
            "product_id": 0,
            "stocks": [
                {
                    "present": 0,
                    "reserved": 0,
                    "shipment_type": "SHIPMENT_TYPE_GENERAL",
                    "sku": 0,
                    "type": "string"
                }
            ]
        }
    ],
    "total": 0
}